Learn R Programming

sits (version 1.1.0)

sits_labels: Get labels associated to a data set

Description

Finds labels in a sits tibble or data cube

Usage

sits_labels(data)

# S3 method for sits sits_labels(data)

# S3 method for sits_cube sits_labels(data)

# S3 method for patterns sits_labels(data)

# S3 method for sits_model sits_labels(data)

Value

The labels associated to a set of time series or to a data cube.

Arguments

data

Time series or a cube.

Author

Rolf Simoes, rolf.simoes@inpe.br

Examples

Run this code
# read a tibble with 400 samples of Cerrado and 346 samples of Pasture
data(cerrado_2classes)
# print the labels
sits_labels(cerrado_2classes)

Run the code above in your browser using DataLab