cg_colsums {cgraph}R Documentation

Col Sums

Description

Calculate colSums(x).

Usage

cg_colsums(x, name = NULL)

Arguments

x

either a cg_node object or a numeric matrix or array.

name

character scalar, name of the operation (optional).

Value

cg_operator object, node of the operation.

Note

Function colSums is called without changing the default value of argument na.rm and dims.

Author(s)

Ron Triepels

See Also

colSums


[Package cgraph version 4.0.3 Index]