- database
character string naming a geographical database, or a list of
x
, y
, and names
obtained from a previous call to
map
.
- regions
character vector that names the polygons to draw.
- exact
If 'TRUE', only exact matches with 'regions' are selected
for drawing.
- labels
character vector of labels, one for each region
selected. Defaults to the names in the database.
- cex
character expansion factor.
- add
If FALSE
, a map is drawn, then labels placed on top. If
TRUE
, labels are added to the existing map.
- move
If TRUE
, labels are moved so that they don't
overlap. Requires the mining
library (not in CRAN, contact
tpminka@media.mit.edu).
- ...
Other arguments are the same as in map
.