powered by
Interactive set up of mark of labels for a map
setMarkup(LABS = NULL, PROJ = NULL)
List of Markup information
vector of labels
projection structure
Jonathan M. Lees<jonathan.lees@unc.edu>
labels are set one-by-one and the user inout relevant information like locator() and other features
Markup
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