which3 {hutilscpp} | R Documentation |
which of three vectors are the elements (all, any) true?
Description
which of three vectors are the elements (all, any) true?
Usage
which3(
x,
y,
z,
And = TRUE,
anyNAx = anyNA(x),
anyNAy = anyNA(y),
anyNAz = anyNA(z)
)
Arguments
x , y , z |
Logical vectors. Either the same length or length-1 |
And |
Boolean. If |
anyNAx , anyNAy , anyNAz |
Whether or not the inputs have |
[Package hutilscpp version 0.10.5 Index]