make.simplex.multi: Kronecker product of simplex-based rotation matrices

Description Usage Arguments Value Examples

View source: R/SphereKaji20140527.R

Description

Kronecker product of simplex-based rotation matrices

Usage

1

Arguments

r

A vector of positive integers, a vector of number of levels of variables

Value

Kronecker product of rotation matrices, each of which is a simplex-based rotation matrix of number of levels of each variable

Examples

1
2
3
r <- c(2,3,4)
KM <- make.simplex.multi(r)
dim(KM)

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