divide_seasons: divide_seasons

Description Usage Arguments Note

View source: R/process_seasons.R

Description

divide_seasons

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
divide_seasons(
  d_obs,
  nptperyear = 23,
  iters = 2,
  south = FALSE,
  lambda = 100,
  rFUN = "smooth_wWHIT",
  wFUN = wTSM,
  calendarYear = FALSE,
  maxExtendMonth = 12,
  .v_curve = FALSE,
  is.plot = FALSE,
  ...
)

Arguments

.v_curve

If true, it will use V-curve theory to optimize Whittaker parameter, lambda.

d

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

sp

one line data.frame

sitename

character

.movmean

moving mean by wSG

Note

site-year may be not continuous.


eco-hydro/phenofit2 documentation built on Dec. 20, 2021, 3:15 a.m.