powered by
Finds the names of the bands of a set of time series or of a data cube
sits_bands(x)# S3 method for sits sits_bands(x)# S3 method for raster_cube sits_bands(x)# S3 method for patterns sits_bands(x)# S3 method for sits_model sits_bands(x)sits_bands(x) <- value# S3 method for sits sits_bands(x) <- value# S3 method for raster_cube sits_bands(x) <- value
# S3 method for sits sits_bands(x)
# S3 method for raster_cube sits_bands(x)
# S3 method for patterns sits_bands(x)
# S3 method for sits_model sits_bands(x)
sits_bands(x) <- value
# S3 method for sits sits_bands(x) <- value
# S3 method for raster_cube sits_bands(x) <- value
A vector with the names of the bands.
Valid sits tibble (time series or a cube)
New value for the bands
Gilberto Camara, gilberto.camara@inpe.br
Rolf Simoes, rolf.simoes@inpe.br
bands <- sits_bands(point_mt_6bands) bands[[5]] <- "EVI2" sits_bands(point_mt_6bands) <- bands
Run the code above in your browser using DataLab