float (version 0.2-3)

na: NA

Description

NA utilities.

Usage

# S4 method for float32
is.na(x)

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

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

Arguments

x, object

A float vector/matrix.

...

Ignored.

Examples

Run this code
# NOT RUN {
library(float)

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

# }

Run the code above in your browser using DataCamp Workspace