Produce Square Array or Square Matrix
Convert input data to a square array or a square matrix.
sq.array(x) sq.matrix(x)
x |
data object. If |
A square matrix with elements coming from x
.
Knut M. Wittkowski kmw@rockefeller.edu
sq.matrix(1:25) sq.array(matrix(1:50, ,2))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.