Learn R Programming

liver (version 1.0)

find.na: find.na

Description

Finding missing values.

Usage

find.na( x )

Arguments

x

a numerical vector, matrix or data.frame.

Value

A numeric matrix with two columns.

Examples

Run this code
# NOT RUN {
x = c( 2.3, NA, -1.4, 0, 3.45 )

find.na( x )
# }

Run the code above in your browser using DataLab