# NOT RUN {
# Read a set of samples
# Select the NDVI band of a point in Mato Grosso
point_kf <- sits_kalman(point_ndvi)
# Merge the filtered with the raw data
point2.tb <- sits_merge(point_ndvi, point_kf)
# Plot the result
plot(point2.tb)
# }
Run the code above in your browser using DataLab