get_boolean_mask-methods: Get Boolean Mask

Description Usage Arguments

Description

Returns a logical vector the same length as argument x indicating membership in an appropriate interval or a match to an appropriate level.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
get_boolean_mask(object, x, ...)

## S4 method for signature 'BinNumeric,numeric'
get_boolean_mask(object, x, ..., mask = FALSE)

## S4 method for signature 'BinFactor,factor'
get_boolean_mask(object, x, ...)

## S4 method for signature 'BinException,numeric'
get_boolean_mask(object, x, ...)

## S4 method for signature 'BinMissing,ANY'
get_boolean_mask(object, x, ...)

Arguments

object

An object

x

A vector of the appropriate type to map to TRUE/FALSE.

...

Additional arguments passed on to other methods.


Zelazny7/onx documentation built on May 25, 2019, 2:23 p.m.