dist_between_vertices {cartogramR} | 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)