na.count: Count Missing Values

Description Usage Arguments Value

Description

Counts the number of missing values.

Usage

1
    na.count(X, margin, fraction=TRUE)

Arguments

X

an array, including a matrix.

margin

a vector giving the subscripts to count over.

fraction

whether to return the fraction of missing values.

Value

The number (or fraction) of missing values.


omics documentation built on May 1, 2019, 8:45 p.m.

Related to na.count in omics...