cg_pmin {cgraph}R Documentation

Parallel Minima

Description

Calculate pmin(x, y).

Usage

cg_pmin(x, y, name = NULL)

Arguments

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).

Value

cg_operator object, node of the operation.

Note

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

Author(s)

Ron Triepels

See Also

pmin


[Package cgraph version 4.0.3 Index]