plot.patterns: Generic interface for ploting patterns

Description Usage Arguments Value Author(s) Examples

View source: R/sits_plot.R

Description

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

Usage

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

Arguments

x

object of class "patterns"

y

ignored

...

further specifications for plot.

Value

Input sits tibble (useful for chaining functions).

Author(s)

Gilberto Camara, gilberto.camara@inpe.br

Examples

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

e-sensing/sits.data documentation built on Dec. 26, 2019, 11:02 p.m.