summary.cartogramR {cartogramR}R Documentation

Summary of a cartogram object

Description

Summary of a cartogram object

Usage

## S3 method for class 'cartogramR'
summary(object, ...)

Arguments

object

a cartogramR object

...

arguments passed to or from other methods. The following arguments are available: - digits integer, used for number formatting with signif if not specified (i.e., ⁠[missing](.)⁠, ⁠[signif]()⁠ will not be called anymore (since \R >= 3.4.0, where the default has been changed to only round in the print and format methods). - quantile.type integer code used in ⁠quantile(*, type=quantile.type)⁠. - center character string code used in residuals.cartogramR.

Value

A summary.cartogramR object: a list with the following components:

Examples


  data(usa)
  carto <- cartogramR(usa, "electors64")
  summary(carto)



[Package cartogramR version 1.0-10 Index]