Exclude GEOmap Strokes
Select sections of a MAP-list structure based on stroke index
ExcludeGEOmap(MAP, SEL, INOUT = "out")
MAP
: Map ListSEL
: Selection of stroke indeces to include or excludeINOUT
: text, "in" means include, "out" means excludeJonathan M. Leesjonathan.lees@unc.edu
getGEOmap, plotGEOmap, SELGEOmap, boundGEOmap
data(coastmap) ### extract (include) the first 6 strokes from world map A1 = ExcludeGEOmap(coastmap, 1:6, INOUT="in") print(A1$STROKES$nam)
Useful links