cg_mean {cgraph} | R Documentation |
Calculate mean(x)
.
cg_mean(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.
Function mean is called without changing the default value of argument trim
and na.rm
.
Ron Triepels