-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
100 lines (99 loc) · 2.77 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# 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(heat_map)
export(install_asreml)
export(logl_test)
export(multiple_comparisons)
export(resplot)
export(resplt)
export(summary_graph)
export(update_asreml)
export(variogram)
importFrom(askpass,askpass)
importFrom(cowplot,add_sub)
importFrom(cowplot,plot_grid)
importFrom(curl,curl_fetch_disk)
importFrom(emmeans,emmeans)
importFrom(farver,decode_colour)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_contour)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_qq_line)
importFrom(ggplot2,geom_raster)
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,stat_summary)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,vars)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rainbow)
importFrom(graphics,plot)
importFrom(lattice,wireframe)
importFrom(multcompView,multcompLetters)
importFrom(pracma,interp2)
importFrom(rlang,as_string)
importFrom(rlang,check_dots_used)
importFrom(rlang,enquo)
importFrom(rlang,ensym)
importFrom(rlang,ensyms)
importFrom(rlang,is_installed)
importFrom(rlang,is_interactive)
importFrom(rlang,quo_is_null)
importFrom(rlang,quo_name)
importFrom(rlang,sym)
importFrom(scales,brewer_pal)
importFrom(scales,reverse_trans)
importFrom(scales,viridis_pal)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,fitted)
importFrom(stats,model.frame)
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,setNames)
importFrom(stats,shapiro.test)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(stats,var)
importFrom(stringi,stri_sort)
importFrom(stringi,stri_split_fixed)
importFrom(utils,available.packages)
importFrom(utils,compareVersion)
importFrom(utils,download.file)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)
importFrom(utils,remove.packages)
importFrom(utils,write.csv)
importFrom(xml2,read_html)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_text)