Learn R Programming

GEOmap (version 2.5-11)

Markup: 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, ...)

Value

Graphical Side Effects

Arguments

MM

list of markup infromation

sel

vector, select which marks to be plotted

cex

character expansion

...

graphical parameters for par

Author

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

Details

Uses the locator function

See Also

setMarkup, plotGEOmapXY

Examples

Run this code

if (FALSE) {

   plot(c(0, 1), c(0, 1), main = "this is a test", sub = "sutitle",
        xlab = "this is x", ylab = "this is y")

LABS = c("this is", "a", "test")

MUP = setMarkup(LABS)


}


Run the code above in your browser using DataLab