process_season: divide_seasons

View source: R/process_season.R

process_seasonR Documentation

divide_seasons

Description

divide_seasons

Usage

process_season(
  d_obs,
  options = list(wFUN = "wTSM", maxExtendMonth = 12, MaxPeaksPerYear = 3,
    MaxTroughsPerYear = 4),
  nptperyear = 36,
  south = FALSE,
  ...
)

Arguments

d_obs

data.frame, with the columns of t, y and w.

options

options of season_mov()

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.

Note

site-year may be not continuous.


phenofit documentation built on May 29, 2024, 2:39 a.m.