-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.58 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
Package: ecofunr
Type: Package
Title: Deriving Ecosystem Functional Properties
Version: 0.0.0.9000
Author@R: c(
person("Daniel E.", "Pabon-Moreno", email = "[email protected]", role(c("aut", "cre")))
person("Mirco", "Migliavacca", email = "[email protected]", role ("aut", "ctb"))
person("Miguel", "Mahecha", email = "[email protected]", role ("aut", "ctb"))
)
URL: https://github.com/dpabon/ecofunr
BugReports: https://github.com/dpabon/ecofunr/issues
# Maintainer: The package maintainer <[email protected]
Description: A package to derive Ecosystem Functional properties (EFPs) using the
exchange of energy and matter registered by eddy covariance towers, specifically by FLUXNET
database (https://fluxnet.fluxdata.org).
The package also provide different algorithms to extract eco-physiophenological metrics as
the timing of the maximum photosynthetic rate (GPPmax) or the beggining and the end of the growing
season.
This package provide a flexible framework to derive EFPs at different temporal scales
using different aggregation metrics. In future the package will include different algorithms to derive EFPs
using remote sensing information.
For more information about EFPs please see: https://doi.org/10.1073/pnas.1216065111
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
REddyProc,
sirad,
bigleaf,
lubridate,
zoo,
ArgumentCheck,
Rdpack,
raster,
rgdal,
randomForest
Suggests:
knitr,
rmarkdown,
testthat
RdMacros: Rdpack
VignetteBuilder: knitr
RoxygenNote: 7.1.0
Depends:
R (>= 2.10)