Set up mark up for maps
Interactive set up of mark of labels for a map
setMarkup(LABS = NULL, PROJ = NULL)
LABS
PROJ
labels are set one-by-one and the user inout relevant information like locator() and other features
List of Markup information
Jonathan M. Leesjonathan.lees@unc.edu
Markup
## 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)
Useful links