View source: R/functional.betapart.core.pairwise.R
inter_rcdd_coord | R Documentation |
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)
set1 |
A matrix of coordinates |
set2 |
A matrix of coordinates |
qhull.opt |
Qhull options, see http://www.qhull.org/html/qh-optq.htm |
conv2 |
A function applyed if the convexhull function crashes |
A list of 2 elements.
the vertice coordinates
a volume corresponding to the intersection of the two hypervolumes
inter_geom_coord
## Not run: mat1 <- matrix(runif(30), 10)
mat2 <- matrix(runif(30), 10)
inter_rcdd_coord(mat1, mat2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.