Learn R Programming

sits (version 0.13.0)

sits_labels: Returns the information about labels of a data set (tibble or cube)

Description

Finds labels in a sits tibble or data cube

Usage

sits_labels(data)

Arguments

data

Valid sits tibble (time series or a cube)

Value

A string vector with the labels.

Examples

Run this code
# NOT RUN {
# 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