F8-sq.array: Produce Square Array or Square Matrix

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1
2

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

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

muStat documentation built on May 2, 2019, 5:12 a.m.

Related to F8-sq.array in muStat...