mat_equal | R Documentation |
Check if two matrices are equal. Equality is defined by both of them being matrices in the first place, having the same dimensions as well as the same elements.
mat_equal(x, y)
x , y |
matrices |
a logical specifying if the two matrices are equal or not.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.