powered by
Calculates the inhomogeneous O-ring point pattern statistic (Wiegand & Maloney 2004)
o.ring(x, inhomogeneous = FALSE, ...)
spatstat ppp object
(boolean) Run homogeneous (pcf) or inhomogeneous (pcfinhom)
additional arguments passed to pcf or pcfinhom
plot of o-ring and data.frame with plot labels and descriptions
Wiegand T., and K. A. Moloney (2004) Rings, circles and null-models for point pattern analysis in ecology. Oikos 104:209-229
# NOT RUN { library(spatstat) data(lansing) x <- spatstat::unmark(split(lansing)$maple) o.ring(x) # }
Run the code above in your browser using DataLab