GEOmap.list: GEOmap to list

View source: R/GEOmap.list.R

GEOmap.listR 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




GEOmap documentation built on Sept. 1, 2023, 5:09 p.m.