-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.17 KB
/
DESCRIPTION
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
Package: phenoclim
Type: Package
Title: Phenological Analysis in R
Version: 0.9.1
Imports:
plyr,
reshape2,
methods,
DEoptim,
parallel,
dismo,
lubridate,
chillR
Authors@R: person("Elise", "Hellwig",
email = "[email protected]", role = c("aut", "cre"))
URL: https://bitbucket.org/echellwig/phenoclim
Description: Cleans temperature data, uses it to calculate chill and thermal
time with a set number of thermal time models, optimizes thermal time
cardinal temperatures uses the TT, HT, and Dual sum models to predict harvest and
flowering.
License: GPL-3
LazyData: TRUE
RoxygenNote: 6.1.1
Collate:
'FlowerPlant.R'
'parameterfunctions.R'
'general.R'
'thermal.R'
'parameterlistclass.R'
'parameterlistmethods.R'
'constructors.R'
'plantmodelclass.R'
'plantmodelmethods.R'
'fithelper.R'
'thermalsum.R'
'minrmse.R'
'objectivefunction.R'
'modelcheck.R'
'plantmodel.R'
'crossval.R'
'diurnal_temperature.R'
'doublesum.R'
'extractResults.R'
'extraction.R'
'flowermodelclass.R'
'flowermodelmethods.R'
'flowermodel.R'
'phenoclim.R'
'preprocess.R'