Learn R Programming

geoR (version 1.4-8)

summary.geodata: Summaries for geodata object

Description

Sumarises each of the main elements of an object of the class geodata.

Usage

summary.geodata(object, ...)

Arguments

object
an object of the class geodata.
...
further arguments to be passed to the function summary.default.

Value

  • A list with components
  • coords.summarya matrix with minimum and maximum values for the coordinates.
  • borders.summarya matrix with minimum and maximum values for the coordinates. Only returned if there is an element borders in the geodata object.
  • data.summarysummary statistics (min, max, quartiles and mean) for the data.
  • units.m.summarysummary statistics (min, max, quartiles and mean) for the offset variable. Only returned if there is an element units.m in the geodata object.
  • covariate.summarysummary statistics (min, max, quartiles and mean) for the covariate(s). Only returned if there is an element covariate in the geodata object.

References

Further information on the package geoR can be found at: http://www.est.ufpr.br/geoR.

See Also

summary, as.geodata.

Examples

Run this code
data(s100)
summary(s100)

data(ca20)
summary(ca20)

Run the code above in your browser using DataLab