Description Usage Arguments Note Examples
Perform the Hamunyela smoothing (see notes) in a time series vector to eliminate negative outliers.
1 |
x |
Numeric vector |
Hamunyela, E., Verbesselt, J., Roerink, G., & Herold, M. (2013). Trends in spring phenology of western European deciduous forests. Remote Sensing, 5(12), 6159-6179.
1 2 3 4 | library(PVts)
x <- c(1,2,4,-100,2,5,10)
pvts_hamunyela(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.