.sits_plot_classified_image {sits}R Documentation

Plot a raster classified image

Description

plots a raster using ggplot. This function is used for showing the same lat/long location in a series of time steps.

Usage

.sits_plot_classified_image(cube, time, title, legend, palette, rev)

Arguments

cube

metadata for a labelled data cube.

time

temporal reference for plot.

title

title of the plot

legend

named vector that associates labels to colors.

palette

palette (one of grDevices::hcl.pals())

rev

revert the order of hcl palette (TRUE/FALSE)


[Package sits version 0.16.2 Index]