
Calculates an estimate of the multitype L-function
(from type i
to any type)
for a multitype point pattern.
Ldot(X, i, ..., from, correction)
The observed point pattern,
from which an estimate of the dot-type
The type (mark value)
of the points in X
from which distances are measured.
A character string (or something that will be converted to a
character string).
Defaults to the first level of marks(X)
.
Arguments passed to Kdot
.
An alternative way to specify i
.
An object of class "fv"
, see fv.object
,
which can be plotted directly using plot.fv
.
Essentially a data frame containing columns
the vector of values of the argument
the theoretical value
This command computes
i
to points of any type.
See Kdot
for information
about
The command Ldot
first calls
Kdot
to compute the estimate of the i
-to-any
For a marked Poisson point process,
the theoretical value of the L-function is
# NOT RUN {
data(amacrine)
L <- Ldot(amacrine, "off")
plot(L)
# }
Run the code above in your browser using DataLab