plot.classified_image {sits}R Documentation

Generic interface for ploting classified images

Description

plots a classified raster using ggplot.

Usage

## S3 method for class 'classified_image'
plot(
  x,
  y,
  ...,
  time = 1,
  title = "Classified Image",
  legend = NULL,
  palette = "default"
)

Arguments

x

object of class "classified_image"

y

ignored

...

further specifications for plot.

time

temporal reference for plot.

title

Title of the plot

legend

named vector that associates labels to colors

palette

palette provided in the configuration file

Author(s)

Gilberto Camara, gilberto.camara@inpe.br


[Package sits version 0.14.0 Index]