Description Usage Arguments Value See Also Examples
Meta function, calling all filtering steps, in order. Only defaults.
1 | filter_ndvi(DT)
|
DT |
data.table of NDVI time series |
filtered NDVI time series.
Other filter: filter_qa
,
filter_roll
, filter_top
,
filter_winter
1 2 3 4 5 6 7 8 | # Load data.table
library(data.table)
# Read example data
ndvi <- fread(system.file("extdata", "ndvi.csv", package = "irg"))
# Use filter_ndvi to apply all filtering steps (with defaults)
filter_ndvi(ndvi)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.