na: NA

naR Documentation

NA

Description

NA utilities.

Usage

## S4 method for signature 'float32'
is.na(x)

## S4 method for signature 'float32'
na.omit(object, ...)

## S4 method for signature 'float32'
na.exclude(object, ...)

Arguments

x, object

A float vector/matrix.

...

Ignored.

Examples

library(float)

s = flrunif(10, 3)
is.na(s)


float documentation built on Feb. 16, 2023, 6:43 p.m.