forked from the-Hull/TREX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
80 lines (80 loc) · 2.26 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
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
Package: TREX
Title: Tree Sap Flow Extractor
Version: 1.0.0
Authors@R: c(
person(
'Richard',
'Peters',
email = '[email protected]',
role = c('cre', 'aut', 'cph'),
comment=c(ORCID = '0000-0002-7441-1297')),
person(
'Christoforos',
'Pappas',
role = c('aut', 'ctb'),
comment=c(ORCID = '0000-0001-5721-557X')),
person(
'Alexander',
'Hurley',
role = c('aut', 'ctb'),
comment=c(ORCID = '0000-0002-9641-2805')),
person(
'Rafael',
'Poyatos',
role = c('ctb')),
person(
'Victor',
'Flo',
role = c('ctb')),
person(
'Roman',
'Zweifel',
role = c('ctb')),
person(
'Willem',
'Goossens',
role = c('ctb')),
person(
'Kathy',
'Steppe',
role = c('ths', 'etr', 'fnd'))
)
Description: Performs data assimilation, processing and analyses on sap flow data obtained
with the thermal dissipation method (TDM). The package includes functions for gap filling
time-series data, detecting outliers, calculating data-processing uncertainties and
generating uniform data output and visualisation. The package is designed to deal with
large quantities of data and to apply commonly used data-processing methods. The functions
have been validated on data collected from different tree species across
the northern hemisphere (Peters et al. 2018 <doi: 10.1111/nph.15241>).
License: MIT + file LICENSE
LazyData: true
URL: https://the-hull.github.io/TREX/
BugReports: https://github.com/the-Hull/TREX/issues
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports:
chron,
zoo,
solaR,
stats,
graphics,
lubridate,
utils,
grDevices,
lhs,
doParallel,
foreach,
tibble,
dplyr,
sensitivity,
randtoolbox,
boot,
doSNOW,
msm,
parallel,
magrittr,
tools
RoxygenNote: 7.1.1
Suggests:
shiny,
plotly