Markup {GEOmap}R Documentation

Add markup information to an existing plot

Description

For use in GEOmap to add labels to a geographic plot

Usage

Markup(MM = list(), sel = 1, cex = 1, ...)

Arguments

MM list of markup infromation
sel vector, select which marks to be plotted
cex character expansion
... graphical parameters for par

Details

Uses the locator function

Value

Graphical Side Effects

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

setMarkup, plotGEOmapXY

Examples


## Not run: 
dumplot()
LABS = c("this is", "a", "test")

MUP = setMarkup(LABS)
## End(Not run)


[Package GEOmap version 1.4-0 Index]