Learn R Programming

GEOmap (version 2.1)

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

  • MAPlist

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