[R] request: How to combine three matrices in the desired form
Jim Lemon
jim at bitwrit.com.au
Thu Oct 30 10:06:57 CET 2008
Hi Muhammad,
Try this:
cbind(matrix(paste(var,"(",val,")",sep=""),nrow=4),as.character(nod))
Jim
More information about the R-help
mailing list