GEOmap.list | R Documentation |
Inverse of list.GEOmap.
GEOmap.list(MAP, SEL = 1)
MAP |
GEOmap list |
SEL |
index, selecttion of specific strokes |
Returns the GEOmap strokes and instead of a long vector for the points they are broken down into a list of strokes.
STROKES |
Metadata for strokes |
POINTS |
list, lat=vector, lon=vector |
LL |
list of lat-lon strokes |
Jonathan M. Lees<jonathan.lees@unc.edu>
GEOmap.cat, GEOmap.Extract, GEOmap.CombineStrokes, list.GEOmap
data(coastmap) SEL=which(coastmap$STROKES$nam=='CUBA') G = GEOmap.list(coastmap, SEL=SEL ) ### Lat-Lon of Cuba G$LL