-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
60 lines (59 loc) · 1.4 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
# Generated by roxygen2: do not edit by hand
S3method(fitted,AMMI)
S3method(fitted,FW)
S3method(fitted,varCov)
S3method(plot,AMMI)
S3method(plot,FW)
S3method(plot,megaEnv)
S3method(plot,stability)
S3method(plot,varComp)
S3method(plot,varCov)
S3method(predict,megaEnv)
S3method(predict,varComp)
S3method(print,AMMI)
S3method(print,FW)
S3method(print,megaEnv)
S3method(print,stability)
S3method(print,varComp)
S3method(print,varCov)
S3method(report,AMMI)
S3method(report,FW)
S3method(report,stability)
S3method(report,varCov)
S3method(residuals,AMMI)
S3method(residuals,FW)
S3method(residuals,varCov)
S3method(summary,AMMI)
S3method(summary,FW)
S3method(summary,megaEnv)
S3method(summary,stability)
S3method(summary,varComp)
S3method(summary,varCov)
export(CRDR)
export(correlations)
export(diagnostics)
export(gxeAmmi)
export(gxeFw)
export(gxeGGE)
export(gxeMegaEnv)
export(gxeStability)
export(gxeVarComp)
export(gxeVarCov)
export(herit)
export(multMissing)
export(report)
export(vc)
import(stats)
importFrom(grDevices,topo.colors)
importFrom(graphics,plot)
importFrom(methods,getFunction)
importFrom(rlang,.data)
importFrom(statgenSTA,createTD)
importFrom(statgenSTA,report)
importFrom(stats,predict)
importFrom(utils,getFromNamespace)
importFrom(utils,hasName)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,tail)
importFrom(xtable,xtable)