find_highest_concentration()
R/highest_concentration_terra.R
plot.concentration.Rd
Automatically create a plot for objects obtained from
find_highest_concentration()
.
x object of class concentration
obtained from
highest_concentration()
is one of "concentration" (default), "rasterized", "focal", "updated_focal". See details for more information.
color when one concentration is plotted (default is "#4B0055").
maximal radius for size of circles in plot (default is 20).
additional arguments.
More info for type:
"concentration": this is..
"focal": this is..
"rasterized": this is..
"updated_focal": this is..
x <- find_highest_concentration(Groningen, "amount")
plot(x, "concentration")
plot(x, "rasterized")
plot(x, "focal")
plot(x, "updated_focal")