Learn R Programming

easyr (version 0.3-1)

nan: Shorthand for is.nan

Description

Shorthand for is.nan

Usage

nan(x)

Arguments

x

Value to check.

Value

logical indicator

Examples

Run this code
# NOT RUN {
nan( NaN )
nan(1)
# }

Run the code above in your browser using DataLab