Description Usage Arguments Value
View source: R/get_single_voronoi.R
Polygons are rasterized and a Weighted Voronoi Diagram is calculated.
1 2 3 4 5 6 7 8 9 | get_single_voronoi(
core,
point,
buffer = NULL,
weight_column = NULL,
class_columns = NULL,
res = 1,
warn = TRUE
)
|
core |
Polygon containing a core plot boundary. |
point |
An |
buffer |
If available, a polygon containing a buffer plot boundary.
|
weight_column |
Character vector of length one. This column of the
|
class_columns |
Character vector specifying additional columns in /codepoint that will be added as separate classes to the output /codeRaster-object. |
res |
A numeric vector of length one specifying the resolution of the output grid |
warn |
Issue a warning if the coordinate system is not metric (which is not tested). |
A RasterStack
-object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.