Learn R Programming

sits (version 0.13.0)

sits_labels_summary: Returns the information about labels of a tibble data set

Description

Finds labels in a sits tibble

Usage

sits_labels_summary(data)

Arguments

data

Valid sits tibble

Value

A tibble with labels 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_summary(cerrado_2classes)

# }

Run the code above in your browser using DataLab