plot {sits}R Documentation

Plot time series

Description

This is a generic function. Parameters depend on the specific type of input. See each function description for the required parameters.

Usage

## S3 method for class 'sits'
plot(x, y, ..., together = FALSE)

Arguments

x

Object of class "sits".

y

Ignored.

...

Further specifications for plot.

together

A logical value indicating whether the samples should be plotted together.

Value

A series of plot objects produced by ggplot2 showing all time series associated to each combination of band and label, and including the median, and first and third quartile ranges.

Author(s)

Gilberto Camara, gilberto.camara@inpe.br

Examples

if (sits_run_examples()) {
    # plot sets of time series
    plot(cerrado_2classes)
}


[Package sits version 1.5.0 Index]