# NOT RUN {
# 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)
# }
Run the code above in your browser using DataLab