sq.array {muStat}R Documentation

Produce Square Array or Square Matrix

Description

Convert input data to a square array or a square matrix.

Usage

sq.array(x)
sq.matrix(x)

Arguments

x data object. If x is a vector, length of x should be a square number. Otherwise, the second dimension of x should be a square number.

Value

A square matrix with elements coming from x.

Author(s)

Knut M. Wittkowski kmw@rockefeller.edu

Examples

sq.matrix(1:25)
sq.array(matrix(1:50, ,2))

[Package muStat version 1.5.0 Index]