Learn R Programming

GEOmap (version 2.5-11)

ExcludeGEOmap: Exclude GEOmap Strokes

Description

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

Usage

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

Value

MAP

list

Arguments

MAP

Map List

SEL

Selection of stroke indeces to include or exclude

INOUT

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

Author

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

See Also

getGEOmap, plotGEOmap, SELGEOmap, boundGEOmap

Examples

Run this code
data(coastmap)

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


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


Run the code above in your browser using DataLab