phenofit_process | R Documentation |
phenofit_process
phenofit_process
phenofit_process
phenofit_process
getsite_data(df, sitename, dateRange = NULL) getsite_INPUT(df, st, sitename, nptperyear, dateRange = NULL) phenofit_finefit(INPUT, brks, options, TRS = c(0.2, 0.5, 0.6), ...) phenofit_process(options, dateRange = c(as.Date("2010-01-01"), as.Date("2014-12-31")), nsite = -1, .progress = NULL, .parallel = FALSE, ...) getsite_data(df, sitename, dateRange = NULL) getsite_INPUT(df, st, sitename, nptperyear, dateRange = NULL) phenofit_finefit(INPUT, brks, options, TRS = c(0.2, 0.5, 0.6), ...) phenofit_process(options, dateRange = c(as.Date("2010-01-01"), as.Date("2014-12-31")), nsite = -1, .progress = NULL, .parallel = FALSE, ...)
df |
data.table of vegetation time-series. At least with the columns of
|
sitename |
character |
dateRange |
Date vector, |
st |
data.table of site information, e.g. |
nptperyear |
Integer, number of images per year. |
INPUT |
An object returned by |
brks |
object returned by |
options |
options of phenofit needed to export. |
TRS |
Threshold for |
... |
ignored |
nsite |
the max number of sites to process. |
.progress |
boolean |
.parallel |
boolean |
df |
data.table of vegetation time-series. At least with the columns of
|
sitename |
character |
st |
data.table of site information, e.g. |
INPUT |
An object returned by |
brks |
object returned by |
dateRange |
Date vector, |
nsite |
the max number of sites to process. |
.progress |
boolean |
.parallel |
boolean |
... |
ignored |
## Not run: file_json <- system.file('shiny/phenofit/perference/phenofit_setting.json', package = "phenofit") options <- setting.read(file_json) r <- phenofit_process(options, nsite=2) ## End(Not run) ## Not run: file_json <- system.file('shiny/phenofit/perference/phenofit_setting.json', package = "phenofit") options <- setting.read(file_json) r <- phenofit_process(options, nsite=2) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.