cg_pmax {cgraph} | R Documentation |
Calculate pmax(x, y)
.
cg_pmax(x, y, name = NULL)
x |
either a cg_node object or a numeric vector or array. |
y |
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 pmax is called without changing the default value of argument na.rm
.
Ron Triepels