powered by
Extract or Exclude parts of a GEOmap list.
GEOmap.Extract(MAP, SEL, INOUT = "out") fastExtract(MAP, SEL, INOUT = "out") GEOmap.limit(MAP, LLlim )
list
GEOmap List
Selection of stroke indeces to include or exclude
text, "in" means include, "out" means exclude
vector latlon limits
Jonathan M. Lees<jonathan.lees@unc.edu>
Can either extract from the GEOmap data list with in, or exclude with out. fastExtract is the same but may be faster since it does not process all the strokes in the base GEOmap.
GEOmap.cat, GEOmap.Extract, GEOmap.CombineStrokes, list.GEOmap, getGEOmap, plotGEOmap, SELGEOmap, boundGEOmap,
data(coastmap) SEL=which(coastmap$STROKES$nam=="AMERICAS") NSAMER = GEOmap.Extract(coastmap,SEL, INOUT="in" ) plotGEOmap(NSAMER)
Run the code above in your browser using DataLab