plot.patterns {sits}R Documentation

Plot patterns that describe classes

Description

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

Usage

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

Arguments

x

object of class "patterns"

y

ignored

...

further specifications for plot.

Value

The plot itself.

Author(s)

Gilberto Camara, gilberto.camara@inpe.br

Examples

## Not run: 
# Read a set of samples with 2 classes ("Cerrado" and "Pasture")
# Plot the patterns
plot(sits_patterns(cerrado_2classes))

## End(Not run)


[Package sits version 0.16.2 Index]