inter_geom | R Documentation |
Estimation of the convexhull volume of the intersection of two hypervolumes based on the intersectn
function
inter_geom(ps1, ps2, options = "Tv", tol = 0, fp = NULL, qhull.opt = "n FA")
ps1 |
A matrix of coordinates. |
ps2 |
A second matrix of coordinates. |
options |
Options pass to |
tol |
Tolerance, see |
fp |
Coordinates of feasible point (NULL). |
qhull.opt |
qhull options. |
the convex hull volume of the intersection of two hypervolumes
inter_rcdd
, intersectn
## Not run: mat1 <- matrix(runif(30), 10)
mat2 <- matrix(runif(30), 10)
inter_geom(mat1, mat2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.