mat_col_sumsBinary: Binary version of column sum.

View source: R/RcppExports.R

mat_col_sumsBinaryR Documentation

Binary version of column sum.

Description

Count the number of non empty cells of each columns of an adjacency matrix.

Usage

mat_col_sumsBinary(m)

Arguments

m

a matrix.

Value

An integer vector. Each elements correspond to the sum of non empty cells according to the corresponding column.

Author(s)

Sebastian Sosa, Ivan Puga-Gonzales.


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