Learn R Programming

cgraph (version 3.0.1)

linear: Linear Transformation

Description

Calculate the linear transformation x %*% y + c(z).

Arguments

x

numeric matrix.

y

numeric matrix.

z

numeric vector.

Value

numeric matrix, result of the transformation.