Last chance! 50% off unlimited learning
Sale ends in
For a multitype point pattern on a linear network,
estimate the mark connection function
from points of type
linearmarkequal(X, r=NULL, …)
The observed point pattern,
from which an estimate of the mark connection function
"lpp"
which
must be a multitype point pattern (a marked point pattern
whose marks are a factor).
numeric vector. The values of the argument
Arguments passed to linearpcfcross
and linearpcf
.
An object of class "fv"
(see fv.object
).
This is the mark equality function
for a point pattern on a linear network (object of class "lpp"
).
The argument r
is the vector of values for the
distance
Baddeley, A, Jammalamadaka, A. and Nair, G. (to appear) Multitype point process analysis of spines on the dendrite network of a neuron. Applied Statistics (Journal of the Royal Statistical Society, Series C), In press.
# NOT RUN {
if(interactive()) {
X <- chicago
} else {
X <- runiflpp(20, simplenet) %mark% sample(c("A","B"), 20,
replace=TRUE)
}
p <- linearmarkequal(X)
# }
Run the code above in your browser using DataLab