Description Usage Arguments Value Examples
View source: R/SphereKaji20140527.R
Make a rotation matrix using simple vertices coordinates (1)
1 |
k |
A integer |
k x k rotation matrix to transfer k vertices so that all k vertices' k-th coordinates are the same
1 2 3 | k <- 3
M <- make.simplex.0(k)
M %*% diag(rep(1,k))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.