forked from Biometris/statgenHTP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
95 lines (92 loc) · 2.2 KB
/
Copy path_pkgdown.yml
File metadata and controls
95 lines (92 loc) · 2.2 KB
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
home:
title: An R package for analysis of High Throughput Phenotyping data
navbar:
title: "statgenHTP"
left:
- icon: fa-home
href: index.html
- text: "Vignettes"
href: articles/index.html
right:
- icon: fa-newspaper-o
text: "news"
href: news/index.html
- icon: fa-file-code-o
text: "functions"
href: reference/index.html
- icon: fa-seedling
text: "other packages"
menu:
- text: "statgenSTA"
href: https://biometris.github.io/statgenSTA
- text: "statgenGxE"
href: https://biometris.github.io/statgenGxE
- text: "statgenGWAS"
href: https://biometris.github.io/statgenGWAS
- text: "statgenIBD"
href: https://biometris.github.io/statgenIBD
- icon: fa-github fa-lg fab
text: "github"
href: https://github.com/Biometris/statgenHTP
articles:
- title: "Vignettes"
desc: >
The vignettes provide a full description of the statgenHTP package
including some fully worked examples.
contents:
- vignettesSite/Intro_HTP
- vignettesSite/OutlierSingleObs_HTP
- vignettesSite/SpatialModel_HTP
- vignettesSite/OutlierSerieObs_HTP
- vignettesSite/ParameterEstimation_HTP
reference:
- title: Data preparation
- contents:
- createTimePoints
- plot.TP
- summary.TP
- getTimePoints
- removeTimePoints
- as.data.frame.TP
- title: Detect outliers for single observations
- contents:
- detectSingleOut
- removeSingleOut
- plot.singleOut
- detectSingleOutMaize
- title: Spatial modeling
- contents:
- fitModels
- plot.fitMod
- summary.fitMod
- getGenoPred
- getCorrected
- getHerit
- getVar
- getEffDims
- title: Fit splines
- contents:
- fitSpline
- plot.HTPSpline
- title: Estimate parameters
- contents:
- estimateSplineParameters
- plot.HTPSplineEst
- title: Detect outliers for series of observations
- contents:
- detectSerieOut
- removeSerieOut
- plot.serieOut
- title: Example data
- contents:
- PhenoarchDat1
- PhenovatorDat1
- RootDat1
- spatCorrectedArch
- spatCorrectedVator
- noCorrectedRoot
- spatPredArch
- title: Utility functions
- contents:
- countValid
- countValidPlot