See ?dim, ?nrow, ?ncol. MeMooMeM wrote:
Hi, Is there a direct command to get the row and col length of a matrix?My ugly solution is: length(mtx[,1]) and length(bcf[1,])Thanks!
______________________________________________ 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.