R/delaunaynew.R

##Note this has identical functionality to the function "delaunayn" in the package "geometry"
"delaunaynew"<-
function (p, options = "QJ") 
.Call("delaunayn", 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 April 6, 2023, 1:11 a.m.