View source: R/plot.gridanalysis.cartogramR.R
plot.gridanalysis.cartogramR | R Documentation |
Plot a gridanalysis.cartogram object
## S3 method for class 'gridanalysis.cartogramR'
plot(
x,
nthsmallest = 5,
redrawxaxis = TRUE,
type = "b",
xlab = NULL,
ylab = NULL,
ylim = c(0, 20),
...
)
x |
a gridanalysis.cartogram object |
nthsmallest |
plot only the nthsmallest values among all polygons |
redrawxaxis |
if |
type |
character string (length 1 vector) or vector of 1-character
strings indicating the type of plot for each polygons,
see graphics::matplot for all possible |
xlab |
titles for x axe, as in graphics::matplot. |
ylab |
titles for y axe, as in graphics::matplot. |
ylim |
ranges of y axe, as in graphics::matplot. |
... |
arguments passed to or from other methods. |
No return value, called for side effects
data(usa)
precarto <- precartogramR(usa, method="gsm", pf=1.2, verbose=TRUE)
plot(precarto)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.