powered by
Returns all positions of elements in v where fun(v) returns FALSE.
v
fun(v)
FALSE
boolpos(fun, v)
A function(x) which outputs a single boolean
function(x)
A vector or list of elements compatible with fun
fun