regarding matrix comparison in R

Viewed 2981

Currently, I have two matrixes, and want to compare it and see whether they are exactly equivalent. In R, is there any function to do that?

1 Answers
Related