R/size_sel.R

Defines functions size_sel

Documented in size_sel

size_sel <-
function(imarks, jmarks, dists, dranks, par = list(k=0.2, smark=1)) {
# Competing radius is k times the subject plant size
    dists < par$k * imarks[[par$smark]]
}

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.