map.matrix: Make three matrices that are the output of map2df(),...

Description Usage Arguments Value Examples

View source: R/SphereKaji20140527.R

Description

Make three matrices that are the output of map2df(), map2full() and map2dfdir

Usage

1

Arguments

A

An array or matrix of multiway table

Value

Full2DF A matrix transferring table vectors to df-dimension vectors

DF2full A matrix transferring back vectors in df-dimensional space back to vectors with number-of-cell elements

Normalvec2DF A matric transferring test vectors to df-dimension vectors

Examples

1
2
3
r <- c(2,3,4)
A <- array(1:prod(r),r)
map.matrix(A)

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