summary.geodata {geoR} | R Documentation |
Sumarises each of the main elements of an object of the class geodata
.
summary.geodata(object, ...)
object |
an object of the class geodata . |
... |
further arguments to be passed to the function
summary.default . |
A list with components
coords.summary |
a matrix with minimum and maximum values for the coordinates. |
borders.summary |
a matrix with minimum and maximum values for
the coordinates. Only returned if there is an element borders
in the geodata object. |
data.summary |
summary statistics (min, max, quartiles and mean) for the data. |
units.m.summary |
summary statistics (min, max, quartiles and mean)
for the offset variable. Only returned if there is an element units.m
in the geodata object. |
covariate.summary |
summary statistics (min, max, quartiles and mean)
for the covariate(s). Only returned if there is an element covariate
in the geodata object. |
Paulo Justiniano Ribeiro Jr. Paulo.Ribeiro@est.ufpr.br,
Peter J. Diggle p.diggle@lancaster.ac.uk.
Further information on the package geoR can be found at:
http://www.est.ufpr.br/geoR.
data(s100) summary(s100) data(ca20) summary(ca20)