cSums: Form Column Sums

Description Usage Arguments Note See Also

Description

Calculates column sums for numer matrices

Usage

1
cSums(x, na.rm = FALSE, dims = 1L)

Arguments

x

matrix

na.rm

logical. Should missing values (including NaN) be omitted from the calculations?

dims

integer. Which dimensions are regarded as rows or columns to sum over

Note

The function is an optimized version of colSums and only used for internaly calculations.

See Also

colSums


termstrc documentation built on May 2, 2019, 4:50 p.m.