plot.sdc_raster {sdcSpatial} | R Documentation |
Plot a sdc_raster object
Description
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 |
|
value |
|
sensitive |
|
... |
passed on to |
main |
title of plot |
col |
color palette to be used, passed on to |
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()
[Package sdcSpatial version 0.5.2 Index]