R/cusp.nc.c_1.R

`cusp.nc.c` <-
function (alpha, beta, ..., keep.order = TRUE) 
{
    i = order(alpha, beta)
    nc <- cusp.nc.C(alpha[i], beta[i], ...)
    if (keep.order) 
        nc$value[(1:length(alpha))[i]]
    else nc$value
}

Try the cusp package in your browser

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

cusp documentation built on Aug. 29, 2022, 9:07 a.m.