unfold3w {sNPLS} | R Documentation |
Unfolding of three-way arrays
Description
Unfolds a three-way array into a matrix
Usage
unfold3w(x)
Arguments
x |
A three-way array |
Value
Returns a matrix with dimensions dim(x)[1] x dim(x)[2]*dim(x([3]))
[Package sNPLS version 1.0.27 Index]