cg_colsums {cgraph} | R Documentation |
Calculate colSums(x)
.
cg_colsums(x, name = NULL)
x |
either a cg_node object or a numeric matrix or array. |
name |
character scalar, name of the operation (optional). |
cg_operator object, node of the operation.
Function colSums is called without changing the default value of argument na.rm
and dims
.
Ron Triepels