Learn R Programming

sits (version 1.12.0)

sits_labels: Returns the information about labels of a sits tibble

Description

Returns the labels and its respective counting and frequency.

Usage

sits_labels(data.tb)

Arguments

data.tb

A tibble with time series data and metadata.

Value

A tibble with the names of the labels and their absolute and relative frequency.

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