cg_rowsums {cgraph}R Documentation

Row Sums

Description

Calculate rowSums(x).

Usage

cg_rowsums(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 rowSums is called without changing the default value of argument na.rm and dims.

Author(s)

Ron Triepels

See Also

rowSums


[Package cgraph version 4.0.3 Index]