David Winsemius wrote:


 > identical( matrix((1:4), ncol=2), matrix((1:4), nrow=2))
[1] TRUE
 > identical( matrix((1:4), ncol=2), matrix((2:5), nrow=2))
[1] FALSE

Thanks David, much appreciated.

Esmail

______________________________________________
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