View source: R/print.summary.cartogramR.R
print.summary.cartogramR | R Documentation |
Print a summary of a cartogram object
## S3 method for class 'summary.cartogramR'
print(x, ...)
x |
a summary.cartogramR object |
... |
arguments passed to or from other methods. The following argument is available at this level : digits, the number of significant digits to use when printing. |
x.
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.