plot.probs_cube {sits}R Documentation

Generic interface for plotting probability cubes

Description

plots a probability cube using stars

Usage

## S3 method for class 'probs_cube'
plot(
  x,
  y,
  ...,
  time = 1,
  title = "Probabilities for Classes",
  breaks = "kmeans",
  colors = "YlGnBu",
  n_colors = 10,
  labels = NULL
)

Arguments

x

object of class "probs_image"

y

ignored

...

further specifications for plot.

time

temporal reference for plot.

title

string.

breaks

type of breaks

colors

color palette.

n_colors

number of colors.

labels

labels to plot (optional)

Value

The plot itself.

Author(s)

Gilberto Camara, gilberto.camara@inpe.br


[Package sits version 0.14.0 Index]