mydiag | R Documentation |
Extract or replace the diagonal of a matrix, or construct a diagonal matrix (replace diag function from R-base)
mydiag(x = 1, nrow, ncol)
x |
a matrix, vector or 1D array, or missing. |
nrow |
Optional number of rows for the result when x is not a matrix. |
ncol |
Optional number of columns for the result when x is not a matrix. |
If x is a matrix then diag(x) returns the diagonal of x. The resulting vector will have names if the matrix x has matching column and rownames.
Emmanuelle Comets emmanuelle.comets@inserm.fr, Audrey Lavenu, Marc Lavielle.
diag
mydiag(1)
mydiag(c(1,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.