Displaying 1 result from an estimated 1 matches for "28dimnames".
2009 Jul 31
1
write matrix M including names(dimnames(M))
...o the names(dimnames)?
Example:
> M <- matrix(1:4, 2, 2)
> dimnames(M) <- list(xdim=c("a", "b"), ydim=c("u", "v"))
> M
ydim
xdim u v
a 1 3
b 2 4
--
View this message in context: http://www.nabble.com/write-matrix-M-including-names%28dimnames%28M%29%29-tp24750637p24750637.html
Sent from the R help mailing list archive at Nabble.com.