flatten_geoms | R Documentation |
Flatten a list of rsgeo vectors
flatten_geoms(x)
x |
list object where each element is an object of class |
Returns an object of class rsgeo
pnts <- replicate(
10,
geom_point(runif(1), runif(1)),
simplify = FALSE
)
flatten_geoms(pnts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.