ExcludeGEOmap: Exclude GEOmap Strokes

View source: R/ExcludeGEOmap.R

ExcludeGEOmapR Documentation

Exclude GEOmap Strokes

Description

Select sections of a MAP-list structure based on stroke index

Usage

ExcludeGEOmap(MAP, SEL, INOUT = "out")

Arguments

MAP

Map List

SEL

Selection of stroke indeces to include or exclude

INOUT

text, "in" means include, "out" means exclude

Value

MAP

list

Author(s)

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

See Also

getGEOmap, plotGEOmap, SELGEOmap, boundGEOmap

Examples

data(coastmap)

###  extract (include)  the first 6 strokes from world map


A1 = ExcludeGEOmap(coastmap, 1:6, INOUT="in")
print(A1$STROKES$nam)



GEOmap documentation built on Sept. 11, 2024, 7:57 p.m.