plot.concentration {spatialrisk} | R Documentation |
Automatically create a plot for objects obtained from
find_highest_concentration()
Description
Automatically create a plot for objects obtained from
find_highest_concentration()
.
Usage
## S3 method for class 'concentration'
plot(
x,
type = c("concentration", "focal", "rasterized", "updated_focal"),
color1 = NULL,
max.rad = 20,
...
)
Arguments
x |
x object of class |
type |
is one of "concentration" (default), "rasterized", "focal", "updated_focal". See details for more information. |
color1 |
color when one concentration is plotted (default is "#4B0055"). |
max.rad |
maximal radius for size of circles in plot (default is 20). |
... |
additional arguments. |
Details
More info for type:
"concentration": this is..
"focal": this is..
"rasterized": this is..
"updated_focal": this is..
Author(s)
Martin Haringa
Examples
x <- find_highest_concentration(Groningen, "amount")
plot(x, "concentration")
plot(x, "rasterized")
plot(x, "focal")
plot(x, "updated_focal")
[Package spatialrisk version 0.7.2 Index]