mat_find0: Find zeros in a Matrix.

View source: R/RcppExports.R

mat_find0R Documentation

Find zeros in a Matrix.

Description

Find empty cells in a matrix.

Usage

mat_find0(m)

Arguments

m

a matrix.

Value

A data frame with two columns the first one representing the row id and the second one trepresenting the column id of the zero cell.

Author(s)

Sebastian Sosa, Ivan Puga-Gonzales.


SebastianSosa/ant documentation built on Sept. 23, 2023, 7:06 a.m.