ExcludeGEOmap {GEOmap} | R 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)
[Package GEOmap version 2.5-11 Index]