volume_simplex | R Documentation |
Volume of a simplex (arbitrary dimension).
volume_simplex(simplex)
simplex |
a |
The volume of the simplex.
set.seed(666) simplex <- matrix(rnorm(4*3), nrow=4, ncol=3) volume_simplex(simplex) volume_tetrahedron(simplex[1,], simplex[2,], simplex[3,], simplex[4,])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.