View source: R/process_phenofit.R
process_phenofit | R Documentation |
Extract Vegetation Phenology at site scale
process_phenofit(
d_obs,
nptperyear = 36,
south = FALSE,
options_season = list(wFUN = "wTSM", maxExtendMonth = 12, MaxPeaksPerYear = 3,
MaxTroughsPerYear = 4),
options_fitting = list(methods = c("AG", "Zhang", "Beck", "Elmore", "Gu"), wFUN =
"wTSM", maxExtendMonth = 12, minExtendMonth = 0.5, use.y0 = FALSE),
brks = NULL,
TRS = c(0.1, 0.2, 0.5, 0.6, 0.8, 0.9),
run.curvefit = TRUE,
...
)
d_obs |
data.table with the columns of y, t, w and QC_flag (optional). |
nptperyear |
Integer, number of images per year. |
south |
Boolean. In south hemisphere, growing year is 1 July to the following year 31 June; In north hemisphere, growing year is 1 Jan to 31 Dec. |
brks |
A list object with the elements of 'fit' and 'dt', returned by
|
... |
other parameters to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.