Description Usage Arguments Value Examples
This simple convenience function creates a square matrix from
elements passed via ...
. It will throw an error if the number of
elements passed to ...
is not a perfect square.
1 |
... |
Elements of the matrix as vectors whose total number of elements is
a perfect square. Elements of differing types are automatically coerced using
|
byrow |
Argument passed along to |
An n x n matrix, where n
is equal to the length of ...
after
concatenation.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.