R/lengthahull.R

lengthahull <-
function (ahull.arcs) 
{
    gamma <- 2 * ahull.arcs[, "theta"]
    length <- gamma * ahull.arcs[, "r"]
    return(length = sum(length))
}

Try the alphahull package in your browser

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

alphahull documentation built on June 16, 2022, 5:10 p.m.