Plot a sdc_raster object together with its sensitivity.
# S3 method for sdc_raster
plot(
x,
value = "mean",
sensitive = TRUE,
...,
main = paste(substitute(x)),
col
)sdc_raster object to be plotted
character which value layer to be used for plotting, e.g. "sum", "count", "mean" (default).
logical show the sensitivity in the plot?
passed on to raster::plot()
title of plot
color palette to be used, passed on to raster::plot().
When sensitive is set to TRUE, a side-by-side plot will be made of
the value and its sensitivity.
Other plotting:
plot_sensitive()