which3 | R Documentation |
which of three vectors are the elements (all, any) true?
which3(
x,
y,
z,
And = TRUE,
anyNAx = anyNA(x),
anyNAy = anyNA(y),
anyNAz = anyNA(z)
)
x , y , z |
Logical vectors. Either the same length or length-1 |
And |
Boolean. If |
anyNAx , anyNAy , anyNAz |
Whether or not the inputs have |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.