Learn R Programming

liver (version 1.19)

find.na: find.na

Description

Finding missing values.

Usage

find.na(x)

Value

A numeric matrix with two columns.

Arguments

x

a numerical vector, matrix or data.frame.

Author

Reza Mohammadi a.mohammadi@uva.nl and Kevin Burke kevin.burke@ul.ie

Examples

Run this code
x = c(2.3, NA, -1.4, 0, 3.45)

find.na(x)

Run the code above in your browser using DataLab