R/divchain.default.R

divchain.default <- function (x,y,z,...) {
#
    if(missing(z)) {
        if(inherits(x,"ppp")) z <- x$marks
        else stop("Argument \"z\" was not supplied .\n")
    }
    z  <- factor(z)
    dd <- deldir(x,y,z=z,...)
    divchain(dd)
}

Try the deldir package in your browser

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

deldir documentation built on Nov. 23, 2023, 9:09 a.m.