Learn R Programming

cartogramR (version 1.2-0)

plot.cartogramR: Plot a cartogram object

Description

Plot a cartogram object

Usage

# S3 method for cartogramR
plot(x, ...)

Value

No return value, called for side effects

Arguments

x

a cartogram object

\dots

arguments passed to or from other methods.

Examples

Run this code
# \donttest{
  data(usa)
  carto <- cartogramR(usa, "electors64")
  plot(carto)
# }

Run the code above in your browser using DataLab