list.GEOmap {GEOmap} | R Documentation |
List stroke points in a GEOmap
list.GEOmap(MAP, SEL = 1)
MAP |
GEOmap list, with LL list |
SEL |
index, selecttion of specific strokes |
Returns a GEOmap list from the output of list.GEOmap. This is used to repack a GEOmap list.
GEOmap list
STROKES |
Metadata for strokes |
POINTS |
list, lat=vector, lon=vector |
Jonathan M. Lees<jonathan.lees@unc.edu>
GEOmap.cat, GEOmap.Extract, GEOmap.CombineStrokes, list.GEOmap
data(coastmap) length(coastmap$STROKES$nam) G = GEOmap.list(coastmap, 1) length(G$STROKES$nam) H = list.GEOmap(G) length(H$STROKES$nam) plotGEOmap(H)