cg_t {cgraph}R Documentation

Matrix Transpose

Description

Perform t(x).

Usage

cg_t(x, name = NULL)

Arguments

x

either a cg_node object or a numeric matrix.

name

character scalar, name of the operation (optional).

Value

cg_operator object, node of the operation.

Author(s)

Ron Triepels

See Also

t


[Package cgraph version 4.0.3 Index]