Plot a sdc_raster object together with its sensitivity.
Usage
# S3 method for sdc_raster
plot(
x,
value = "mean",
sensitive = TRUE,
...,
main = paste(substitute(x)),
col
)
Arguments
- x
sdc_raster
object to be plotted- value
character
which value layer to be used for plotting, e.g. "sum", "count", "mean" (default).- sensitive
logical
show 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()