powered by
Estimation of the convexhull volume and the vertices of the intersection of two hypervolumes based on rcdd functions
inter_rcdd_coord(set1, set2, qhull.opt = "FA", conv2 = function(...) NA)
A list of 2 elements.
a volume corresponding to the intersection of the two hypervolumes
A matrix of coordinates
Qhull options, see http://www.qhull.org/html/qh-optq.htm
A function applyed if the convexhull function crashes
inter_geom_coord
if (FALSE) mat1 <- matrix(runif(30), 10) mat2 <- matrix(runif(30), 10) inter_rcdd_coord(mat1, mat2)
Run the code above in your browser using DataLab