Estimates the summary function
Iest(X, ..., eps=NULL, r=NULL, breaks=NULL, correction=NULL)
The observed point pattern,
from which an estimate of "ppp"
, or data
in any format acceptable to as.ppp()
.
Ignored.
the resolution of the discrete approximation to Euclidean distance (see below). There is a sensible default.
Optional. Numeric vector of values for the argument r
.
This argument is for internal use only.
Optional. Vector of character strings specifying the edge correction(s)
to be used by Jest
.
An object of class "fv"
, see fv.object
,
which can be plotted directly using plot.fv
.
Essentially a data frame containing
the vector of values of the argument
the ``reduced sample'' or ``border correction''
estimator of
the spatial Kaplan-Meier estimator of
the Hanisch-style estimator of
the uncorrected estimate of
the theoretical value of
The Jest
for information about the
The
The
An estimate of
This algorithm estimates the X
.
It assumes that X
can be treated
as a realisation of a stationary (spatially homogeneous)
random spatial marked point process in the plane, observed through
a bounded window.
The argument X
is interpreted as a point pattern object
(of class "ppp"
, see ppp.object
) and can
be supplied in any of the formats recognised by
as.ppp()
. It must be a multitype point pattern
(it must have a marks
vector which is a factor
).
The function Jest
is called to
compute estimates of the Jest
for
information.
Van Lieshout, M.N.M. and Baddeley, A.J. (1996) A nonparametric measure of spatial interaction in point patterns. Statistica Neerlandica 50, 344--361.
Van Lieshout, M.N.M. and Baddeley, A.J. (1999) Indices of dependence between types in multivariate point patterns. Scandinavian Journal of Statistics 26, 511--532.
# NOT RUN {
data(amacrine)
Ic <- Iest(amacrine)
plot(Ic, main="Amacrine Cells data")
# values are below I= 0, suggesting negative association
# between 'on' and 'off' cells.
# }
Run the code above in your browser using DataLab