cg_sum {cgraph} | R Documentation |
Calculate sum(x)
.
cg_sum(x, name = NULL)
x |
either a cg_node object or a numeric vector or array. |
name |
character scalar, name of the operation (optional). |
cg_operator object, node of the operation.
In contrast to the base sum function, this function only accepts a single argument.
Function sum is called without changing the default value of argument na.rm
.
Ron Triepels