powered by
Select sections of a MAP-list structure based on stroke index
ExcludeGEOmap(MAP, SEL, INOUT = "out")
list
Map List
Selection of stroke indeces to include or exclude
text, "in" means include, "out" means exclude
Jonathan M. Lees<jonathan.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)
Run the code above in your browser using DataLab