eye | R Documentation |
Create an identity matrix.
eye(m, n)
m , n |
numeric scalar specifying dimensions for the result |
Returns matrix of order 1.
Defaults to square if second dimension argument n
not provided.
P. Roebuck proebuck1701@gmail.com
ones
,
zeros
eye(3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.