plot.sdc_raster | R Documentation |
Plot a sdc_raster object together with its sensitivity.
## S3 method for class 'sdc_raster' plot( x, value = "mean", sensitive = TRUE, ..., main = paste(substitute(x)), col )
x |
|
value |
|
sensitive |
|
... |
passed on to |
main |
title of plot |
col |
color palette to be used, passed on to |
When sensitive
is set to TRUE
, a side-by-side plot will be made of
the value
and its sensitivity
.
Other plotting:
plot_sensitive()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.