all_byname | R Documentation |
TRUE
?Tells whether all elements in matrix a
are true.
all_byname(a)
a |
a matrix or list of matrices |
a
can be a matrix or a list of matrices.
TRUE
if all elements of a
are TRUE
, FALSE
otherwise
all_byname(matrix(rep(TRUE, times = 4), nrow = 2, ncol = 2))
all_byname(matrix(c(TRUE, FALSE), nrow = 2, ncol = 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.