Sumarises each of the main elements of an object of the class geodata
.
# S3 method for geodata
summary(object, lambda =1, add.to.data = 0,
by.realisations=TRUE, ...)
an object of the class geodata
.
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.
scalar, Constant value to be added to the data
values.
Only used if a value different from 1 is passed to the argument lambda
.
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
.
A list with components
a matrix with minimum and maximum values for the coordinates.
minimum and maximum distances between pairs of points.
a matrix with minimum and maximum values for
the coordinates. Only returned if there is an element borders
in the geodata
object.
summary statistics (min, max, quartiles and mean) for the data.
summary statistics (min, max, quartiles and mean)
for the offset variable. Only returned if there is an element units.m
in the geodata
object.
summary statistics (min, max, quartiles and mean)
for the covariate(s). Only returned if there is an element covariate
in the geodata
object.
names of other elements if present in the geodata
object.
Further information on the package geoR can be found at: http://www.leg.ufpr.br/geoR.
# NOT RUN {
summary(s100)
summary(ca20)
# }
Run the code above in your browser using DataLab