polys.map | R Documentation |
This function produces a map with geographic regions defined by polygons. It is essentially the same function as
polys.plot()
in mgcv
but with added arguments zlim
and rev.col
and a wider set of choices for
scheme
.
polys.map(lm, z, scheme = "gray", lab = "", zlim, rev.col = FALSE, ...)
lm |
Named list of matrices where each matrix has two columns. The matrix rows each define the vertex of a boundary polygon. |
z |
A vector of values associated with each area (item) of |
scheme |
Possible values are |
lab |
label for plot. |
zlim |
If missing then the range of z will be chosen using |
rev.col |
If |
... |
other arguments to pass to plot. |
See help file of polys.plot
in mgcv
.
It produces a plot.
Maintainer: Giampiero Marra giampiero.marra@ucl.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.