Markup {GEOmap} | R Documentation |
For use in GEOmap to add labels to a geographic plot
Markup(MM = list(), sel = 1, cex = 1, ...)
MM |
list of markup infromation |
sel |
vector, select which marks to be plotted |
cex |
character expansion |
... |
graphical parameters for par |
Uses the locator function
Graphical Side Effects
Jonathan M. Lees<jonathan.lees@unc.edu>
setMarkup, plotGEOmapXY
## Not run: dumplot() LABS = c("this is", "a", "test") MUP = setMarkup(LABS) ## End(Not run)