as_rsgeo | R Documentation |
rsgeo
vectorGiven an vector of geometries, cast it as an rsgeo
class object.
as_rsgeo(x)
x |
a geometry vector |
an object of class rsgeo
x <- sf::st_sfc(sf::st_point(c(0,0)))
as_rsgeo(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.