forked from Biometris/statgenHTP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
43 lines (42 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
# Generated by roxygen2: do not edit by hand
S3method("[",TP)
S3method("[",fitMod)
S3method(as.data.frame,TP)
S3method(plot,HTPSpline)
S3method(plot,HTPSplineEst)
S3method(plot,TP)
S3method(plot,fitMod)
S3method(plot,serieOut)
S3method(plot,singleOut)
S3method(summary,TP)
S3method(summary,fitMod)
export(countValid)
export(countValidPlot)
export(createTimePoints)
export(detectSerieOut)
export(detectSingleOut)
export(detectSingleOutMaize)
export(estimateSplineParameters)
export(fitModels)
export(fitSpline)
export(getCorrected)
export(getEffDims)
export(getGenoPred)
export(getHerit)
export(getTimePoints)
export(getVar)
export(removeSerieOut)
export(removeSingleOut)
export(removeTimePoints)
import(stats)
importFrom(SpATS,predict.SpATS)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,topo.colors)
importFrom(graphics,plot)
importFrom(utils,capture.output)
importFrom(utils,combn)
importFrom(utils,hasName)
importFrom(utils,packageVersion)
importFrom(utils,write.csv)