View source: R/highest_concentration_terra.R
plot.concentration | R Documentation |
find_highest_concentration()
Automatically create a plot for objects obtained from
find_highest_concentration()
.
## S3 method for class 'concentration'
plot(
x,
type = c("concentration", "focal", "rasterized", "updated_focal"),
color1 = NULL,
max.rad = 20,
...
)
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. |
More info for type:
"concentration": this is..
"focal": this is..
"rasterized": this is..
"updated_focal": this is..
Martin Haringa
x <- find_highest_concentration(Groningen, "amount")
plot(x, "concentration")
plot(x, "rasterized")
plot(x, "focal")
plot(x, "updated_focal")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.