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