na.as.false {actel} | R Documentation |
Consider NA's as FALSE
Description
Aimed to be used in a vector of TRUE/FALSE's, where NA's are present and should be considered as false.
Usage
na.as.false(input)
Arguments
input |
vector containing NA's. |
Value
A logical vector.
[Package actel version 1.3.0 Index]