list.GEOmap {GEOmap}R Documentation

List stroke points in a GEOmap

Description

List stroke points in a GEOmap

Usage

list.GEOmap(MAP, SEL = 1)

Arguments

MAP GEOmap list, with LL list
SEL index, selecttion of specific strokes

Details

Returns a GEOmap list from the output of list.GEOmap. This is used to repack a GEOmap list.

Value

GEOmap list

STROKES Metadata for strokes
POINTS list, lat=vector, lon=vector

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

GEOmap.cat, GEOmap.Extract, GEOmap.CombineStrokes, list.GEOmap

Examples


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)


[Package GEOmap version 1.4-0 Index]