GEOmap.list {GEOmap} | R Documentation |
GEOmap to list
Description
Inverse of list.GEOmap.
Usage
GEOmap.list(MAP, SEL = 1)
Arguments
MAP |
GEOmap list |
SEL |
index, selecttion of specific strokes |
Details
Returns the GEOmap strokes and instead of a long vector for the points they are broken down into a list of strokes.
Value
STROKES |
Metadata for strokes |
POINTS |
list, lat=vector, lon=vector |
LL |
list of lat-lon strokes |
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
GEOmap.cat, GEOmap.Extract, GEOmap.CombineStrokes, list.GEOmap
Examples
data(coastmap)
SEL=which(coastmap$STROKES$nam=='CUBA')
G = GEOmap.list(coastmap, SEL=SEL )
### Lat-Lon of Cuba
G$LL
[Package GEOmap version 2.5-11 Index]