View source: R/plot.cartogramR.R
plot.cartogramR | R Documentation |
Plot a cartogram object
## S3 method for class 'cartogramR'
plot(x, ...)
x |
a cartogram object |
... |
arguments passed to or from other methods. |
No return value, called for side effects
data(usa)
carto <- cartogramR(usa, "electors64")
plot(carto)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.