View source: R/summary.dbv.cartogramR.R
summary.dbv.cartogramR | R Documentation |
Summary of a dbv.cartogram object
## S3 method for class 'dbv.cartogramR'
summary(object, ...)
object |
a dbv.cartogramR object |
... |
arguments passed to or from other methods. |
a data-table which contains by region (L3
)
the sample quantiles corresponding to the probability 0.8, 0.85, ...,1
the total number of vertices divided by the
perimeter of the region (the sum of all polygons
perimeter of the region, NbyPerim
)
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.