R/core.R

Defines functions core

Documented in core

core <-
function(plants, distance) {
# TRUE for plants at more than the given distance from the edge
    inside.owin(x = plants, w = erosion(as.owin(plants), distance))
}
ogarciav/siplab documentation built on March 31, 2022, 9:48 a.m.