list.grass {GRASS}R Documentation

List GRASS database elements

Description

A helper function to list GRASS database elements, using compiled access to GRASS - for an interpreted alternative use system("g.list").

Usage

list.grass(type = "cell")
## S3 method for class 'glist':
print(x, ...)

Arguments

type one of "cell", "site_lists", or "dig_plus"
x a glist object returned by list.grass()
... arguments passed to print methods

Value

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()

Author(s)

Roger S. Bivand, e-mail: Roger.Bivand@nhh.no.

References

http://grass.itc.it/statsgrass/index.html


[Package GRASS version 0.3-7 Index]