-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
S3method(plot,checkAgri)
S3method(plot,metAgri)
S3method(plot,smaAgri)
S3method(print,checkAgri)
S3method(print,metAgri)
S3method(print,smaAgri)
export("%>%")
export(check_connectivity)
export(check_design_met)
export(covcor_heat)
export(extract_rcov)
export(extract_vcov)
export(fa_summary)
export(gg_cor)
export(h_cullis)
export(h_cullis_spt)
export(heritability_fa)
export(ic_reml_asr)
export(ic_reml_spt)
export(met_analysis)
export(parameters_gg)
export(single_trial_analysis)
export(stability)
import(dplyr)
import(ggplot2)
import(ggrepel)
import(tibble)
import(tidyr)
importFrom(SpATS,plot.SpATS)
importFrom(ggpubr,ggarrange)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(statgenSTA,STAtoTD)
importFrom(statgenSTA,createTD)
importFrom(statgenSTA,extractSTA)
importFrom(statgenSTA,fitTD)
importFrom(statgenSTA,outlierSTA)
importFrom(stats,anova)
importFrom(stats,cov2cor)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(utils,head)
importFrom(utils,str)
importFrom(utils,type.convert)