-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
104 lines (88 loc) · 2.59 KB
/
NAMESPACE
File metadata and controls
104 lines (88 loc) · 2.59 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
96
97
98
99
100
101
### Imports
importFrom("stats", "coef", "confint", "df.residual", "fitted", "formula",
"pnorm", "ppoints", "predict", "profile", "qf", "qnorm",
"qqline", "qqnorm", "qt", "quantile", "resid", "residuals",
"runif", "sd", "shapiro.test", "update", "vcov", "weights")
importFrom("grDevices", "terrain.colors")
importFrom("graphics", "abline", "boxplot", "contour", "hist", "image",
"layout", "lines", "par", "plot", "points", "text")
importFrom("utils", "relist")
### Exports
# functions
export(preview, overview, plotfit)
export(nlsBoot)
S3method(summary, nlsBoot)
S3method(plot, nlsBoot)
S3method(print, nlsBoot)
export(nlsBootPredict)
export(nlsConfRegions)
S3method(plot, nlsConfRegions)
S3method(print, nlsConfRegions)
export(nlsContourRSS)
S3method(plot, nlsContourRSS)
S3method(print, nlsContourRSS)
export(nlsJack)
S3method(plot, nlsJack)
S3method(print, nlsJack)
S3method(summary, nlsJack)
export(nlsResiduals)
S3method(plot, nlsResiduals)
S3method(print, nlsResiduals)
export(test.nlsResiduals)
# Michaelis models
export(michaelis, compet_mich, non_compet_mich)
# Defunct functions
#export(geeraerd, geeraerd_without_Nres, geeraerd_without_Sl, mafart, albert, trilinear, bilinear_without_Nres, bilinear_without_Sl, baranyi, baranyi_without_Nmax, baranyi_without_lag, buchanan, buchanan_without_Nmax, buchanan_without_lag, gompertzm, jameson_buchanan, jameson_baranyi, jameson_without_lag, cpm_T, cpm_pH_4p, cpm_pH_3p, cpm_aw_3p, cpm_aw_2p, cpm_T_pH_aw)
#export(competition1, competition2, growthcurve1, growthcurve2, growthcurve3, growthcurve4, ross, survivalcurve1, survivalcurve2, survivalcurve3)
export(confint2)
#export(confint2)
#export(nls)
#####################################
## Not Exported ##
#####################################
## ******* defunct *******
## "albert"
## "baranyi"
## "baranyi_without_lag"
## "baranyi_without_Nmax"
## "bilinear_without_Nres"
## "bilinear_without_SI"
## "buchanan"
## "buchanan_without_lag"
## "buchanan_without_Nmax"
## "competition1"
## "competition2"
## "competitioncurve"
## "competitionmodels"
## "compet_mich"
## "cpm_aw_2p"
## "cpm_aw_3p"
## "cpm_pH_3p"
## "cpm_pH_4p"
## "cpm_T"
## "cpm_T_pH_aw"
## "geeraerd"
## "geeraerd_without_Nres"
## "geeraerd_without_SI"
## "gompertzm"
## "growthcurve1"
## "growthcurve2"
## "growthcurve3"
## "growthcurve4"
## "growthmodels"
## "jameson_baranyi"
## "jameson_buchanan"
## "jameson_without_lag"
## "mafart"
## "michaelis"
## "michaelismodels"
## "non_compet_mich"
## "ross"
## "secondary"
## "survivalcurve1"
## "survivalcurve2"
## "survivalcurve3"
## "survivalmodels"
## "trilinear"
## "vmkm"
## "vmkmki"