R/convhullnew.R

##Note this has identical functionality to the function "convhulln" in the package "geometry"
"convhullnew" <-
function (p, options = "Qt" )
  ## Default triangulated output
.Call("convhull", as.matrix(p), as.character(options),PACKAGE="LogConcDEAD")

Try the LogConcDEAD package in your browser

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

LogConcDEAD documentation built on Sept. 12, 2024, 6:48 a.m.