Description Usage Arguments Value Author(s) Examples
Set the names of the bands of time series in a sits tibble.
1 |
data |
Valid sits tibble. |
names |
String vector with the names of the new bands. |
A sits tibble with the new names for the bands.
Gilberto Camara, gilberto.camara@inpe.br
Rolf Simoes, rolf.simoes@inpe.br
1 2 3 4 5 6 | # Retrieve a time series with one band
data(point_ndvi)
# Rename the band
ndvi1.tb <- sits_rename (point_ndvi, names = c("veg_index"))
# print the names of the new band
sits_bands(ndvi1.tb)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.