filter_ndvi {irg} | R Documentation |
Filter NDVI
Description
Meta function, calling all filtering steps, in order. Only defaults.
Usage
filter_ndvi(DT)
Arguments
DT |
data.table of NDVI time series |
Value
filtered NDVI time series.
See Also
Other filter:
filter_qa()
,
filter_roll()
,
filter_top()
,
filter_winter()
Examples
# Load data.table
library(data.table)
# Read example data
ndvi <- fread(system.file("extdata", "sampled-ndvi-MODIS-MOD13Q1.csv", package = "irg"))
# Use filter_ndvi to apply all filtering steps (with defaults)
filter_ndvi(ndvi)
[Package irg version 0.1.6 Index]