list.grass {GRASS} | R Documentation |
A helper function to list GRASS database elements, using compiled access to GRASS - for an interpreted alternative use system("g.list").
list.grass(type = "cell") ## S3 method for class 'glist': print(x, ...)
type |
one of "cell", "site_lists", or "dig_plus" |
x |
a glist object returned by list.grass() |
... |
arguments passed to print methods |
A glist object, a named list of database elements in character vectors, one character vector for each MAPSET in the mapsets returned by get.mapsets()
Roger S. Bivand, e-mail: Roger.Bivand@nhh.no.
http://grass.itc.it/statsgrass/index.html