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))
}

Try the siplab package in your browser

Any scripts or data that you put into this service are public.

siplab documentation built on March 18, 2022, 6:53 p.m.