setMarkup function

Set up mark up for maps

Set up mark up for maps

Interactive set up of mark of labels for a map

setMarkup(LABS = NULL, PROJ = NULL)

Arguments

  • LABS: vector of labels
  • PROJ: projection structure

Details

labels are set one-by-one and the user inout relevant information like locator() and other features

Returns

List of Markup information

Author(s)

Jonathan M. Leesjonathan.lees@unc.edu

See Also

Markup

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