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