# NOT RUN {
# Retrieve a time series with values of NDVI
data(point_ndvi)
# find out how many time instances are there
n_times <- NROW (point_ndvi$time_series[[1]])
# interpolate three times more points
point_int.tb <- sits_linear_interp(point_ndvi, n = 3*n_times)
# plot the result
sits_plot (point_int.tb)
# }
Run the code above in your browser using DataLab