Last chance! 50% off unlimited learning
Sale ends in
linearmarkequal(X, r=NULL, ...)
"lpp"
which
must be a multitype point pattern (a marked point pattern
whose marks are a linearpcfcross
and linearpcf
."fv"
(see fv.object
)."lpp"
). The argument r
is the vector of values for the
distance $r$ at which $p_{ij}(r)$
should be evaluated.
The values of $r$ must be increasing nonnegative numbers
and the maximum $r$ value must not exceed the radius of the
largest disc contained in the window.
linearpcfcross
,
linearpcf
,
linearmarkconnect
,
markconnect
.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