
Automatically create a plot for objects obtained from find_highest_concentration()
Source: R/highest_concentration_terra.R
plot.concentration.Rd
Automatically create a plot for objects obtained from
find_highest_concentration()
.
Arguments
- x
x object of class
concentration
obtained fromhighest_concentration()
- 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..
Examples
x <- find_highest_concentration(Groningen, "amount")
plot(x, "concentration")
plot(x, "rasterized")
plot(x, "focal")
plot(x, "updated_focal")