ExcludeGEOmap function

Exclude GEOmap Strokes

Exclude GEOmap Strokes

Select sections of a MAP-list structure based on stroke index

ExcludeGEOmap(MAP, SEL, INOUT = "out")

Arguments

  • MAP: Map List
  • SEL: Selection of stroke indeces to include or exclude
  • INOUT: text, "in" means include, "out" means exclude

Returns

  • MAP: list

Author(s)

Jonathan M. Leesjonathan.lees@unc.edu

See Also

getGEOmap, plotGEOmap, SELGEOmap, boundGEOmap

Examples

data(coastmap) ### extract (include) the first 6 strokes from world map A1 = ExcludeGEOmap(coastmap, 1:6, INOUT="in") print(A1$STROKES$nam)
  • Maintainer: Jonathan M. Lees
  • License: GPL (>= 2)
  • Last published: 2024-07-09

Useful links