View source: R/process_season.R
process_season | R Documentation |
divide_seasons
process_season(
d_obs,
options = list(wFUN = "wTSM", maxExtendMonth = 12, MaxPeaksPerYear = 3,
MaxTroughsPerYear = 4),
nptperyear = 36,
south = FALSE,
...
)
d_obs |
data.frame, with the columns of |
options |
options of |
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. |
... |
Others will be ignored. |
site-year may be not continuous.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.