Learn R Programming

sits (version 0.13.0)

plot.probs_cube: Generic interface for plotting probability cubes

Description

plots a probability cube using stars

Usage

# S3 method for 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.