cg_max {cgraph}R Documentation

Maxima

Description

Calculate max(x).

Usage

cg_max(x, name = NULL)

Arguments

x

either a cg_node object or a numeric vector or array.

name

character scalar, name of the operation (optional).

Value

cg_operator object, node of the operation.

Note

Function max is called without changing the default value of argument na.rm.

Author(s)

Ron Triepels

See Also

max


[Package cgraph version 4.0.3 Index]