summary.grassmeta {GRASS}R Documentation

Display GRASS metadata

Description

summary.grassmeta() displays the metadata collected by gmeta().

Usage

## S3 method for class 'grassmeta':
summary(object, ...)

Arguments

object GRASS metadata from gmeta()
... other generic arguments

Note

The functions in this package are intended to work with the GRASS geographical information system. The examples for wrapper functions will will work whether or not R is running in GRASS, and whether or not the current location is that of the data set used for the examples. Examples of interface functions will however (from version 0.2-2) only work outside GRASS, to avoid possible overwriting of GRASS database locations and/or files.

Author(s)

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

References

http://grass.itc.it/statsgrass/index.html, Bivand, R. S., (2000) Using the R statistical data analysis language on GRASS 5.0 GIS data base files. Computers and Geosciences, 26, pp. 1043-1052.

See Also

gmeta

Examples

if(!get("maas.loc", env = .GRASS.meta)) make.maas.location()
G <- gmeta()
summary(G)

[Package GRASS version 0.3-7 Index]