make.simplex.0: Make a rotation matrix using simple vertices coordinates (1)

Description Usage Arguments Value Examples

View source: R/SphereKaji20140527.R

Description

Make a rotation matrix using simple vertices coordinates (1)

Usage

1

Arguments

k

A integer

Value

k x k rotation matrix to transfer k vertices so that all k vertices' k-th coordinates are the same

Examples

1
2
3
k <- 3
M <- make.simplex.0(k)
M %*% diag(rep(1,k))

ryamada22/mwaytable documentation built on May 28, 2019, 10:44 a.m.