plot.probs_cube {sits}R Documentation

Plot 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",
  labels = NULL,
  palette = "Terrain"
)

Arguments

x

object of class "probs_image"

y

ignored

...

further specifications for plot.

time

temporal reference for plot.

title

string.

labels

labels to plot (optional)

palette

hcl palette used for visualisation

Value

The plot itself.

Author(s)

Gilberto Camara, gilberto.camara@inpe.br


[Package sits version 0.15.1 Index]