Methods for Intensity Functions of Two Spatial Covariates
These are methods for the class "rho2hat"
.
## S3 method for class 'rho2hat' plot(x, ..., do.points=FALSE) ## S3 method for class 'rho2hat' print(x, ...) ## S3 method for class 'rho2hat' predict(object, ..., relative=FALSE)
x,object |
An object of class |
... |
Arguments passed to other methods. |
do.points |
Logical value indicating whether to plot the observed values of the covariates at the data points. |
relative |
Logical value indicating whether to compute the
estimated point process intensity ( |
An object of class "rho2hat"
is an estimate
of the intensity of a point process, as a function of two
given spatial covariates. See rho2hat
.
The method predict.rho2hat
computes a pixel image of the
intensity rho(Z1(u), Z2(u))
at each spatial location u, where Z1(u)
and Z2(u) are the two spatial covariates.
For predict.rho2hat
the value is a pixel image
(object of class "im"
).
For other functions, the value is NULL
.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
r2 <- with(bei.extra, rho2hat(bei, elev, grad)) r2 plot(r2) plot(predict(r2))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.