powered by
Estimation of the convexhull volume and the vertices of the intersection of two hypervolumes based on geometry functions
inter_geom_coord( ps1, ps2, options = "Tv", tol = 0, fp = NULL, qhull.opt = "n FA" )
A list of 2 elements.
a volume corresponding to the intersection of the two hypervolumes
A matrix of coordinates.
A second matrix of coordinates.
Options pass to halfspacen.
halfspacen
Tolerance, see intersectn.
intersectn
Coordinates of feasible point (NULL).
qhull options.
inter_rcdd_coord
if (FALSE) mat1 <- matrix(runif(30), 10) mat2 <- matrix(runif(30), 10) inter_geom_coord(mat1, mat2)
Run the code above in your browser using DataLab