powered by
Estimation of the convexhull volume of the intersection of two hypervolumes based on the intersectn function
intersectn
inter_geom(ps1, ps2, options = "Tv", tol = 0, fp = NULL, qhull.opt = "n FA")
the convex hull volume of the intersection of two hypervolumes
A matrix of coordinates.
A second matrix of coordinates.
Options pass to halfspacen.
halfspacen
Tolerance, see intersectn.
Coordinates of feasible point (NULL).
qhull options.
inter_rcdd, intersectn
inter_rcdd
if (FALSE) mat1 <- matrix(runif(30), 10) mat2 <- matrix(runif(30), 10) inter_geom(mat1, mat2)
Run the code above in your browser using DataLab