ccmat {ThreeWay} | R Documentation |
Columns concatenation
Description
Concatenates the columns of two matrices next to each other.
Usage
ccmat(A, B)
Arguments
A |
Matrix of the same order of |
B |
Matrix of the same order of |
Value
mat |
Matrix in which the columns of |
Author(s)
Maria Antonietta Del Ferraro mariaantonietta.delferraro@yahoo.it
Henk A.L. Kiers h.a.l.kiers@rug.nl
Paolo Giordani paolo.giordani@uniroma1.it
Examples
X <- matrix(rnorm(6*3),ncol=3)
Y <- matrix(rnorm(6*3),ncol=3)
Z <- ccmat(X,Y)
[Package ThreeWay version 1.1.3 Index]