plot.sdc_raster: Plot a sdc_raster object

View source: R/plot.R

plot.sdc_rasterR 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

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()


sdcSpatial documentation built on March 24, 2022, 5:05 p.m.