R/cusp.nc.vec.R

`cusp.nc.vec` <- 
function (alpha, beta, ..., keep.order = FALSE) 
{
	if(is.loaded('cuspnc')){
		cusp.nc.c(alpha, beta, ..., keep.order=keep.order)
	}
	else{
		cusp.nc(alpha, beta, ...)
	}
}

Try the cusp package in your browser

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

cusp documentation built on May 2, 2019, 6:51 p.m.