phenofit_site: Extract Vegetation Phenology at site scale

View source: R/phenofit_site.R

phenofit_siteR Documentation

Extract Vegetation Phenology at site scale

Description

Extract Vegetation Phenology at site scale

Usage

phenofit_site(y, t, w, QC_flag, nptperyear = 36, prefix = "",
  titlestr = NULL, show = FALSE, ...)

Arguments

y

Numeric vector, vegetation index time-series

t

Numeric vector, Date variable

w

(optional) Numeric vector, weights of y. If not specified, weights of all NA values will be wmin, the others will be 1.0.

QC_flag

Factor (optional) returned by qcFUN, levels should be in the range of c("snow", "cloud", "shadow", "aerosol", "marginal", "good"), others will be categoried into others. QC_flag is used for visualization in get_pheno() and plot_phenofit().

nptperyear

Integer, number of images per year.

...

other parameters to phenofit::curvefits()


kongdd/phenofit.shiny documentation built on Nov. 19, 2022, 10:11 p.m.