Description Usage Arguments Value Author(s) Examples
Returns a sits tibble with the selected bands.
1 | sits_select_bands(data, bands)
|
data |
A sits tibble metadata and data on time series. |
bands |
Names of the selected bands. |
A tibble in sits format with the selected bands.
Gilberto Camara, gilberto.camara@inpe.br
1 2 3 4 5 6 7 8 | # 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 <- sits_select_bands(cerrado_2classes, "ndvi")
# Print the labels of the resulting tibble
sits_bands(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.