inter_geom_coord | R Documentation |
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"
)
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. |
A list of 2 elements.
the vertice coordinates
a volume corresponding to the intersection of the two hypervolumes
inter_rcdd_coord
## Not run: mat1 <- matrix(runif(30), 10)
mat2 <- matrix(runif(30), 10)
inter_geom_coord(mat1, mat2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.