divide_seasons
process_season(
d_obs,
options = list(wFUN = "wTSM", maxExtendMonth = 12, MaxPeaksPerYear = 3,
MaxTroughsPerYear = 4),
nptperyear = 36,
south = FALSE,
.v_curve = FALSE,
...
)
Integer, number of images per year.
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.
If true, it will use V-curve theory to optimize Whittaker parameter, lambda.
Others will be ignored.
data.frame, with the columns of t
, y
and w
.
options of season_mov()