View source: R/plot.dbv.cartogramR.R
plot.dbv.cartogramR | R Documentation |
Plot a dbv.cartogram object
## S3 method for class 'dbv.cartogramR'
plot(x, which = 1:2, ask = TRUE, key = TRUE, last = 10, probminx = 0.9, ...)
x |
a dbv.cartogram object |
which |
if a subset of the plots is required, specify a subset of the
numbers |
ask |
logical; if |
key |
logical; if |
last |
draw the density of distance between vertices for the |
probminx |
the sample quantiles (of distance between vertices)
corresponding to the probability is used as a minimum
of x-axis for the density plot (used only if |
... |
arguments passed to or from other methods. |
The first plot is the density of distance between consecutive vertice by region. Only the upper quantiles are shown. The second plot is a barplot by region of the number of vertice divided by the perimeter of the region
No return value, called for side effects
data(usa)
precarto <- precartogramR(usa, method="dcn")
plot(precarto)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.