Skip to contents

Plots t the sensitive cells of the sdc_raster. The sensitive cells are plotted in red. The sensitive cells are determined using is_sensitive.

Usage

plot_sensitive(x, value = "mean", main = "sensitive", col, ...)

Arguments

x

sdc_raster object

value

character which value layer to be used for values, e.g. "sum", "count", "mean" (default).

main

character title of map.

col

color palette to be used, passed on to raster::plot().

...

passed on to plot.sdc_raster.

See also