class
geodata
, the standard data format for the
read.geodata(file, header = FALSE, coords.col = 1:2, data.col = 3,
data.names = NULL, covar.col = NULL,
covar.names = "header", realisations = NULL,
na.action = c("ifany", "ifdata", "ifcovar", "none"),
rep.data.action, rep.covar.action, ...)
as.geodata
.NA
's. For more details see documentation for
as.geodata
.as.geodata
.as.geodata
.read.table
.class
geodata
.
See documentation for the function as.geodata
for
further details.read.table
is used to read the data from the
ASCII file and then as.geodata
is used to convert
to an object of the class
geodata
.as.geodata
to convert existing Robjects,
read.table
, the basic Rfunction used to read ASCII files,
and list
for detailed information about lists.