sits_select_bands: Filter bands on a sits tibble

Description Usage Arguments Value Author(s) Examples

Description

Returns a sits tibble with the selected bands.

Usage

1

Arguments

data

A sits tibble metadata and data on time series.

bands

Names of the selected bands.

Value

A tibble in sits format with the selected bands.

Author(s)

Gilberto Camara, gilberto.camara@inpe.br

Examples

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)

e-sensing/sits.data documentation built on Dec. 26, 2019, 11:02 p.m.