rowMatch | R Documentation |
Identify whether every row of x is same as m;
rowMatch(x, m)
x |
Row vector |
m |
Matrix |
TRUE/FALSE of matching
rowMatch(c(1, 1), cbind(1:10, 1:10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.