Learn R Programming

geoR (version 1.6-35)

summary.geodata: Summaries for geodata object

Description

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

Usage

## S3 method for class 'geodata':
summary(object, lambda =1, add.to.data = 0,
                by.realisations=TRUE, ...)

Arguments

object
an object of the class geodata.
lambda
value of the Box-Cox transformation parameter. Two particular cases are $\lambda = 1$ which corresponds to no transformation and $\lambda = 0$ corresponding to the log-transformation.
add.to.data
scalar, Constant value to be added to the data values. Only used if a value different from 1 is passed to the argument lambda.
by.realisations
logical. Indicates whether the summary must be performed separatly for each realisation, if the geodata object contains the element realisations. Defaults to TRUE.
...
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.
  • distances.summaryminimum and maximum distances between pairs of points.
  • 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.
  • othersnames of other elements if present in the geodata object.

References

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

See Also

summary, as.geodata.

Examples

Run this code
summary(s100)

summary(ca20)

Run the code above in your browser using DataLab