Skip to contents

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

Usage

OR.F.to.NA(x)

Arguments

x

Logical vector or matrix.

Value

The input object with all FALSE values replaced by NA.