Skip to contents

Converts all NA elements in a vector or matrix to FALSE.

Usage

OR.NA.to.F(x)

Arguments

x

Logical vector or matrix.

Value

The input object with all NA values replaced by FALSE.