View source: R/summary.cartogramR.R
summary.cartogramR | R Documentation |
Summary of a cartogram object
## S3 method for class 'cartogramR'
summary(object, ...)
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., |
A summary.cartogramR object: a list with the following components:
qrr, the summary of absolute relative residuals
qres, the summary of absolute residuals
qsymdiff, the summary of all pairwise symmetric difference beween two
scaled (multi)polygons representative of two regions. These residuals
are calculated only if initial_data
argument is provided.
data(usa)
carto <- cartogramR(usa, "electors64")
summary(carto)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.