dsmodels (version 1.1.0)

boolpos: Find Positions of False Elements

Description

Returns all positions of elements in v where fun(v) returns FALSE.

Usage

boolpos(fun, v)

Arguments

fun

A function(x) which outputs a single boolean

v

A vector or list of elements compatible with fun