# NOT RUN {
# Retrieve a set of time series with 2 classes
data(cerrado_2classes)
# Print the original bands
sits_bands(cerrado_2classes)
# Select only the "ndvi" band
data.tb <- sits_select_bands(cerrado_2classes, ndvi)
# Print the labels of the resulting tibble
sits_bands(data.tb)
# }
Run the code above in your browser using DataLab