check.one: check.one

Description Usage Arguments Value Examples

Description

Function to check and insert leading unity matrix if NOT present.

Usage

1
check.one(polyn = NULL)

Arguments

polyn

(k, k, ...) matrix polynomium with or without leading unity matrix.

Value

polyn (array) with a leading unity matrix being inserted if not present.

Examples

1
2
3
4
set.seed(4711)
X <- array(rnorm(32),dim=c(4, 4, 2))
X <- check.one(X)
short.form(X)

marima documentation built on May 2, 2019, 2:10 p.m.

Related to check.one in marima...