summary.dbv.cartogramR {cartogramR} | R Documentation |
Summary of a dbv.cartogram object
Description
Summary of a dbv.cartogram object
Usage
## S3 method for class 'dbv.cartogramR'
summary(object, ...)
Arguments
object |
a dbv.cartogramR object |
... |
arguments passed to or from other methods. |
Value
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
)
Examples
data(usa)
dbv <- dist_between_vertices(data=usa)
summary(dbv)
[Package cartogramR version 1.1-0 Index]