Ldot {spatstat.explore} | R Documentation |
Multitype L-function (i-to-any)
Description
Calculates an estimate of the multitype L-function
(from type i
to any type)
for a multitype point pattern.
Usage
Ldot(X, i, ..., from, correction)
Arguments
X |
The observed point pattern,
from which an estimate of the dot-type |
i |
The type (mark value)
of the points in |
correction , ... |
Arguments passed to |
from |
An alternative way to specify |
Details
This command computes
where is the multitype
-function
from points of type
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
-function, and then applies the square root transformation.
For a marked Poisson point process,
the theoretical value of the L-function is
.
The square root also has the effect of stabilising
the variance of the estimator, so that
is more appropriate
for use in simulation envelopes and hypothesis tests.
Value
An object of class "fv"
, see fv.object
,
which can be plotted directly using plot.fv
.
Essentially a data frame containing columns
r |
the vector of values of the argument |
theo |
the theoretical value |
together with columns named
"border"
, "bord.modif"
,
"iso"
and/or "trans"
,
according to the selected edge corrections. These columns contain
estimates of the function
obtained by the edge corrections named.
Author(s)
Adrian Baddeley Adrian.Baddeley@curtin.edu.au and Rolf Turner rolfturner@posteo.net
See Also
Examples
L <- Ldot(amacrine, "off")
plot(L)