Hi,

I have an object, Z:

> typeof(Z)
[1] "list"

It looks like:

     [,1] [,2] [,3]
[1,]  1    1    1
[2,]  1    1    1

How can it label the Rows and Columns with Text? so that it looks like:

     Y1  Y2  Y3
X1   1    1    1
X2   1    1    1



Thanks,
cruz

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to