setMarkup {GEOmap}R Documentation

Set up mark up for maps

Description

Interactive set up of mark of labels for a map

Usage

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

Value

List of Markup information

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

Markup

Examples


## Not run: 
dumplot()
LABS = c("this is", "a", "test")

MUP = setMarkup(LABS)
## End(Not run)


[Package GEOmap version 1.4-0 Index]