# NOT RUN {
#' # Retrieve a time series with values of NDVI
point_ndvi <- sits_select(point_mt_6bands, bands = "NDVI")
# Filter the point using the Savitsky Golay smoother
point_sg <- sits_filter(point_ndvi, sits_sgolay(order = 3, length = 5))
# Plot the two points to see the smoothing effect
plot(sits_merge(point_ndvi, point_sg))
# }
Run the code above in your browser using DataLab