Lmmhat(X, r = NULL, ReferenceType = "", CheckArguments = TRUE)
wmppp.object
).NULL
, a sensible default value is chosen (512 intervals, from 0 to half the diameter of the window) following spatstat
.TRUE
, the function arguments are verified. Should be set to FALSE
to save time in simulations for example, when the arguments have been checked elsewhere.Kmmhat
, LmmEnvelope
data(paracou16)
# Keep only 50% of points to run this example
X <- as.wmppp(rthin(paracou16, 0.5))
plot(X)
# Calculate Lmm
r <- seq(0, 30, 2)
(Paracou <- Lmmhat(X, r))
# Plot
plot(Paracou)
Run the code above in your browser using DataLab