Displaying 1 result from an estimated 1 matches for "rowfour".
Did you mean:
howyour
2008 Apr 23
1
combining two (or more) tables by creating another dimension
Dear R community, I wish to combine two tables in one by adding an
additional dimension:
e.g.:
>
t1<-as.table(matrix(rnorm(40),nrow=4,ncol=10));rownames(t1)<-c("rowone","rowtwo","rowthree","rowfour")
> t1
A B C D E
F G H I J
rowone -1.04203810 -0.05148987 -1.74162922 0.02683198 -0.28622512
-0.87690444 -0.12335543 -0.60394319 -0.15923255 0.53235864
rowtwo -1.01168507 1.07785313 -...