November 2018
Beginner to intermediate
354 pages
6h 59m
English
L-function is a simple transformation of K-function and can be used as an alternative to K-function. Let's code it:
ppp_lf = envelope(ppp_object3, Lest, correction = "border")plot(ppp_lf, main = "L function")
We now see a similar plot to K-function:

We can use mad.test() and dclf.test() with L-function for the null hypothesis of CSR as we did with K-function.
Read now
Unlock full access