| 'sits_bands<-' {sits} | R Documentation |
Replaces the names of the bands
sits_bands(x) <- value
x |
Valid sits tibble (time series or a cube) |
value |
Vector of bands |
# Replace the name of bands for the samples for Mato Grosso
sits_bands(samples_modis_4bands) <- c("ndvi", "evi", "nir", "mir")