setMarkup: Set up mark up for maps

setMarkupR 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: 


  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)


GEOmap documentation built on Sept. 1, 2023, 5:09 p.m.