plots a probability cube using stars
# S3 method for probs_cube
plot(
  x,
  y,
  ...,
  time = 1,
  title = "Probabilities for Classes",
  breaks = "kmeans",
  colors = "YlGnBu",
  n_colors = 10,
  labels = NULL
)object of class "probs_image"
ignored
further specifications for plot.
temporal reference for plot.
string.
type of breaks
color palette.
number of colors.
labels to plot (optional)
The plot itself.