This repository has been archived by the owner on Nov 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.59 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
Package: phenofit.shiny
Type: Package
Title: Shiny app of phenofit
Version: 0.1.1
Authors@R: c(
person("Dongdong", "Kong", role = c("aut", "cre"), email = "kongdd.sysu@gmail.com"))
Description:
The merits of 'TIMESAT' and 'phenopix' are adopted. Besides, a simple and
growing season dividing method and a practical snow elimination method
based on Whittaker were proposed. 7 curve fitting methods and 4 phenology
extraction methods were provided. Parameters boundary are considered for
every curve fitting methods according to their ecological meaning.
And 'optimx' is used to select best optimization method for different
curve fitting methods.
Reference:
Dongdong Kong, R package: A state-of-the-art Vegetation Phenology extraction package,
phenofit version 0.2.3, <https://github.com/kongdd/phenofit>;
Zhang, Q., Kong, D., Shi, P., Singh, V.P., Sun, P., 2018. Vegetation phenology
on the Qinghai-Tibetan Plateau and its response to climate change (1982–2013).
Agric. For. Meteorol. 248, 408–417. <doi:10.1016/j.agrformet.2017.10.026>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.1)
Imports: phenofit,
tibble, dplyr, purrr, stringr, tidyr, ggplot2, lubridate,
data.table,
grid, gridExtra,
magrittr, plyr, reshape2, zoo,
grDevices, utils, stats,
shiny, jsonlite,
foreach, iterators,
shinyFiles
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0)
URL: https://github.com/kongdd/phenofit
BugReports: https://github.com/kongdd/phenofit/issues
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)