library(sfe)
data(polygons)
## create features
poly_data <- poly_features(polygons)
plot(states$geometry)
plot(poly_data$geometry, add = TRUE)
## view features
poly_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.