boolsAnd | R Documentation |
Short-circuit evaluator for Boolean values
boolsAnd(b, x, pred)
b |
a boolean vector of some length n |
x |
a vector of lenght presumably equal to n |
pred |
a predicate to evaluate on these elements of x for which b is TRUE |
a boolean vector of length n
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.