Learn R Programming

sits (version 1.1.0)

plot.patterns: Plot patterns that describe classes

Description

Plots the patterns to be used for classification

Given a sits tibble with a set of patterns, plot them.

Usage

# S3 method for patterns
plot(x, y, ...)

Value

A plot object produced by ggplot2 with one average pattern per label.

Arguments

x

Object of class "patterns".

y

Ignored.

...

Further specifications for plot.

Author

Gilberto Camara, gilberto.camara@inpe.br

Victor Maus, vwmaus1@gmail.com

Examples

Run this code
if (sits_run_examples()) {
    # plot patterns
    plot(sits_patterns(cerrado_2classes))
}

Run the code above in your browser using DataLab