## S3 method for class 'geodata':
plot(x, coords=x$coords, data = x$data,
borders = NULL, trend="cte", lambda = 1, col.data = 1,
weights.divide = FALSE, window.new = FALSE, ...)
coords
and
data
described next. Typically an object of the class
"geodata"
- a geoR data-set. If not provided the arguments
coords
and data
mustcoords
of the argument geodata
.data
of the argument geodata
."cte"
(constant mean - default option), "1st"
(a first degree polynomial
on the coordinates), "2nd"
(a second degree polynomial
on the coordinates), data
is a matrix.NULL
.TRUE
a new graphic device is openned,
otherwise the current one is used. Defaults to FALSE
.scatterplot3d
.scatterplot3d
in order to produce a 3-D plot with data
locations and coordinates. If this package is not available an
histogram of the data replaces the 3-D plot.points.geodata
, scatterplot3d
.if(is.R()) data(s100)
plot(s100)
Run the code above in your browser using DataLab