Learn R Programming

BALD (version 1.0.0-3)

getNonMissingIndexes: A function to return the index non-missing values of a 2d container.

Description

A function to return the index non-missing values of a 2d container.

Usage

getNonMissingIndexes(m)

Arguments

m

A 2d container on which dim can be called and is subsetable.

Value

A 2d array of integers. Each rows corresponds to a non-missing value in m. First column is the row. Second column is the column.