View source: R/dist_between_vertices.R
dist_between_vertices | R Documentation |
Analyse some of the grid options
dist_between_vertices(data)
data |
a sf object to be used in cartogram. |
a 'dbv.cartogramR' object which is a data-table which contains distance between vertices ('dbv') and polygons names ('L1', 'L2', 'L3') inherited from [sf::st_coordinates]
data(usa)
dbv <- dist_between_vertices(data=usa)
summary(dbv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.