summary.dbv.cartogramR: Summary of a dbv.cartogram object

View source: R/summary.dbv.cartogramR.R

summary.dbv.cartogramRR 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

\dots

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)


cartogramR documentation built on Oct. 18, 2022, 5:08 p.m.