-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
72 lines (71 loc) · 1.78 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
61
62
63
64
65
66
67
68
69
70
71
72
# Generated by roxygen2: do not edit by hand
S3method(all_easylinear,data.frame)
S3method(all_easylinear,formula)
S3method(all_growthmodels,"function")
S3method(all_growthmodels,formula)
S3method(all_splines,data.frame)
S3method(all_splines,formula)
S3method(names,growthmodel)
export(all_easylinear)
export(all_growthmodels)
export(all_splines)
export(cost)
export(extcoef_logistic)
export(fit_easylinear)
export(fit_growthmodel)
export(fit_spline)
export(grow_baranyi)
export(grow_exponential)
export(grow_genlogistic)
export(grow_gompertz)
export(grow_gompertz2)
export(grow_gompertz3)
export(grow_huang)
export(grow_logistic)
export(grow_richards)
export(grow_twostep)
export(growthmodel)
export(lm_parms)
export(lm_window)
export(ode_genlogistic)
export(ode_twostep)
export(parse_formula)
export(parse_formula_nonlin)
export(predict)
export(rsquared)
exportClasses(easylinear_fit)
exportClasses(function_growthmodel)
exportClasses(growthmodel)
exportClasses(growthrates_fit)
exportClasses(lm_or_NULL)
exportClasses(multiple_easylinear_fits)
exportClasses(multiple_fits)
exportClasses(multiple_nonlinear_fits)
exportClasses(multiple_smooth.spline_fits)
exportClasses(nonlinear_fit)
exportClasses(smooth.spline_fit)
exportMethods("[")
exportMethods("[[")
exportMethods("names<-")
exportMethods(coef)
exportMethods(deviance)
exportMethods(df.residual)
exportMethods(lines)
exportMethods(multisplit)
exportMethods(names)
exportMethods(obs)
exportMethods(plot)
exportMethods(predict)
exportMethods(residuals)
exportMethods(results)
exportMethods(rsquared)
exportMethods(summary)
import(FME)
import(graphics)
import(lattice)
import(methods)
import(parallel)
import(stats)
importFrom(deSolve,ode)
importFrom(utils,type.convert)
useDynLib(growthrates)