R/npphen-package.R

#' npphen
#' @name npphen
#' @encoding UTF-8
#' @description The functions in this package estimate the expected annual phenological cycle from time series or SpatRaster of vegetation (greenness) indexes. The algorithm to estimate the annual phenological cycle (used by the functions in npphen) uses a bivariate kernel density estimator in the index-time space. In this space, the x-axis corresponds to days of the growing season (1-365) and the y-axis to the vegetation index values, which range's values are set using the rge argument (see each function's vignette for details). The expected value of the index for each day of the growing season (the expected phenology) is approximated by the maximum value of the kernel at that day. Anomalies are calculated as deviations from the expected values at given days. The package implements basic and high-level functions for manipulating vector data (numerical series) and raster data (satellite derived products). Processing of very large raster files is supported. For methodological details of kernel density estimation see Wand & Jones (1994).
#' @author
#' Roberto O. Chávez  \email{roberto.chavez.o@pucv.cl}
#' \cr
#' Sergio A. Estay  \email{sergio.estay@uach.cl}
#' \cr
#' José A. Lastra  \email{jose.lastra@pucv.cl}
#' \cr
#' Carlos G. Riquelme  \email{carlosriquelmemv@gmail.com}
#' 
#'@references Wand, M.P. & Jones, M.C. (1994) Kernel smoothing. Crc Press.
#'
#' @seealso
#' \code{\link{Phen}}, \code{\link{PhenMap}}, \code{\link{ExtremeAnom}}, \code{\link{ExtremeAnoMap}}, \code{\link{PhenKplot}}
#'
'_PACKAGE'

Try the npphen package in your browser

Any scripts or data that you put into this service are public.

npphen documentation built on Oct. 12, 2023, 5:06 p.m.