-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
96 lines (95 loc) · 2.03 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# Generated by roxygen2: do not edit by hand
export("cardinaltemps<-")
export("form<-")
export("mclass<-")
export("modeltype<-")
export("parsOptimized<-")
export("simplified<-")
export("stages<-")
export("startday<-")
export("threshold<-")
export("varyingpars<-")
export(asymcur)
export(avgdate)
export(boundlength)
export(cardinaltemps)
export(checkpars)
export(checktemps)
export(chillPortions)
export(chillbasic)
export(convertParameters)
export(crossval)
export(crossvalFlower)
export(crossvalPlant)
export(crossvalidated)
export(dayToDate)
export(diTemp)
export(dualsum)
export(error)
export(eventi)
export(extractParameters)
export(extractResults)
export(flat)
export(flowermodel)
export(form)
export(formatParameters)
export(gdd)
export(gddsimple)
export(is.leapyear)
export(isDateTime)
export(lastDay)
export(linear)
export(mclass)
export(minrmse)
export(minrmseDT)
export(minrmseDual)
export(modeltype)
export(objective)
export(olm)
export(parameterlist)
export(parameters)
export(parnum)
export(parsOptimized)
export(phenology)
export(plantmodel)
export(responseVar)
export(rmse)
export(simplified)
export(stages)
export(startday)
export(thermalsum)
export(threshold)
export(timeSeriesCheck)
export(trapezoid)
export(triangle)
export(utah)
export(utah_original)
export(varyingpars)
export(yearlength)
exportClasses(FlowerModel)
exportClasses(PlantModel)
importFrom(DEoptim,DEoptim)
importFrom(DEoptim,DEoptim.control)
importFrom(chillR,Dynamic_Model)
importFrom(dismo,kfold)
importFrom(lubridate,"%within%")
importFrom(lubridate,days)
importFrom(lubridate,duration)
importFrom(lubridate,interval)
importFrom(lubridate,is.Date)
importFrom(lubridate,is.POSIXct)
importFrom(lubridate,is.period)
importFrom(lubridate,leap_year)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(methods,validObject)
importFrom(parallel,mclapply)
importFrom(plyr,ldply)
importFrom(reshape2,melt)
importFrom(stats,coef)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,lm)
importFrom(stats,predict)