Markup function

Add markup information to an existing plot

Add markup information to an existing plot

For use in GEOmap to add labels to a geographic plot

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

Returns

Graphical Side Effects

Author(s)

Jonathan M. Leesjonathan.lees@unc.edu

See Also

setMarkup, plotGEOmapXY

Examples

## Not run: 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) ## End(Not run)
  • Maintainer: Jonathan M. Lees
  • License: GPL (>= 2)
  • Last published: 2024-07-09

Useful links