STROKEinfo function

Stroke Information

Stroke Information

print stroke information from a GEOmap data base

STROKEinfo(map, w = 1, h = NULL)

Arguments

  • map: GEOmap data list
  • w: which strokes to extract, vector of number indices or single string to match names in data base list
  • h: numeric vector of columns of data base, or vector of characters to match names.

Details

Uses grep to match names so can have short names

Returns

data.frame of extracted strokes

Note

Use gsub to change the names of strokes.

Author(s)

Jonathan M. Leesjonathan.lees@unc.edu

See Also

gsub

Examples

data(coastmap) STROKEinfo(coastmap, h="nam", w="Indo") STROKEinfo(coastmap, w="Indo", h=c("nam", "col" ) )
  • Maintainer: Jonathan M. Lees
  • License: GPL (>= 2)
  • Last published: 2024-07-09

Useful links