'sits_bands<-' {sits}R Documentation

Replaces the names of the bands

Description

Replaces the names of the bands

Usage

sits_bands(x) <- value

Arguments

x

Valid sits tibble (time series or a cube)

value

Vector of bands

Examples

# Replace the name of bands for the samples for Mato Grosso
sits_bands(samples_modis_4bands) <- c("ndvi", "evi", "nir", "mir")

[Package sits version 0.14.0 Index]