# NOT RUN {
# Retrieve data for time series with label samples in Mato Grosso in Brazil
data(samples_mt_9classes)
# Generate a new image with the SAVI (Soil-adjusted vegetation index)
savi.tb <- sits_transmute_bands(samples_mt_9classes, savi = (1.5*(nir - red)/(nir + red + 0.5)))
# }
Run the code above in your browser using DataLab