| setMarkup {GEOmap} | R Documentation |
Interactive set up of mark of labels for a map
setMarkup(LABS = NULL, PROJ = NULL)
LABS |
vector of labels |
PROJ |
projection structure |
labels are set one-by-one and the user inout relevant information like locator() and other features
List of Markup information
Jonathan M. Lees<jonathan.lees@unc.edu>
Markup
## Not run:
dumplot()
LABS = c("this is", "a", "test")
MUP = setMarkup(LABS)
## End(Not run)