Description Usage Arguments See Also Examples
Union geometries to create MULTI* geometries in the case of different
geometries. If geometries are identical, the union returns a single geometry.
If you need to preserve all geometries, use sf::st_combine()
. This function
behaves differently than sf
because it strictly returns 1 or length(x)
geometries.
1 |
x |
A geometry or a set of geometries of class |
y |
(optional). A geometry or a set of geometries of class |
by_feature |
default is |
sf::st_union()
, sf::st_combine()
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.