plot.dbv.cartogramR {cartogramR} | R Documentation |
Plot a dbv.cartogram object
Description
Plot a dbv.cartogram object
Usage
## S3 method for class 'dbv.cartogramR'
plot(x, which = 1:2, ask = TRUE, key = TRUE, last = 10, probminx = 0.9, ...)
Arguments
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. |
Details
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
Value
No return value, called for side effects
Examples
data(usa)
precarto <- precartogramR(usa, method="dcn")
plot(precarto)