-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
79 lines (78 loc) · 2.2 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Generated by roxygen2: do not edit by hand
S3method(autoplot,design)
S3method(autoplot,mct)
S3method(print,mct)
export(autoplot)
export(des.info)
export(design)
export(install_asreml)
export(logl.test)
export(mct.out)
export(resplot)
export(resplt)
export(update_asreml)
export(variogram)
importFrom(akima,interp)
importFrom(akima,interp2xyz)
importFrom(cowplot,add_sub)
importFrom(cowplot,plot_grid)
importFrom(curl,curl_fetch_disk)
importFrom(ellipsis,check_dots_used)
importFrom(farver,decode_colour)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_contour)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_qq_line)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_reverse)
importFrom(ggplot2,stat_qq)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rainbow)
importFrom(graphics,plot)
importFrom(lattice,wireframe)
importFrom(multcompView,multcompLetters)
importFrom(predictmeans,predictmeans)
importFrom(rlang,is_installed)
importFrom(rlang,is_interactive)
importFrom(scales,brewer_pal)
importFrom(scales,reverse_trans)
importFrom(scales,viridis_pal)
importFrom(stats,as.formula)
importFrom(stats,fitted)
importFrom(stats,pchisq)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,qtukey)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,shapiro.test)
importFrom(stats,update)
importFrom(stringi,stri_order)
importFrom(stringi,stri_sort)
importFrom(utils,available.packages)
importFrom(utils,download.file)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,packageVersion)
importFrom(utils,remove.packages)
importFrom(utils,write.csv)
importFrom(withr,local_file)