Learn R Programming

GEOmap (version 2.1)

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

Value

  • List of Markup information

Details

labels are set one-by-one and the user inout relevant information like locator() and other features

See Also

Markup

Examples

Run this code
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