View source: R/ExcludeGEOmap.R
ExcludeGEOmap | R Documentation |
Select sections of a MAP-list structure based on stroke index
ExcludeGEOmap(MAP, SEL, INOUT = "out")
MAP |
Map List |
SEL |
Selection of stroke indeces to include or exclude |
INOUT |
text, "in" means include, "out" means exclude |
MAP |
list |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.