Learn R Programming

GEOmap (version 1.5-8)

list.GEOmap: 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

Value

  • GEOmap list
  • STROKESMetadata for strokes
  • POINTSlist, lat=vector, lon=vector

Details

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

See Also

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

Examples

Run this code
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)

Run the code above in your browser using DataLab