matrixDiagDS | R Documentation |
Extracts the diagonal vector from a square matrix A or creates a diagonal matrix A based on a vector or a scalar value and writes the output to the serverside
matrixDiagDS(x1.transmit, aim, nrows.transmit)
x1.transmit |
identifies the input matrix or vector. Fully
specified by <x1> argument of |
aim |
a character string specifying what behaviour is required
of the function. Fully specified by <aim> argument of |
nrows.transmit |
a scalar value forcing the number of rows and
columns in an output matrix.Fully specified by <nrows.scalar>
argument of |
For details see help for function ds.matrixDiag
.
Output is the matrix or vector specified by the <newobj> argument
(or default name diag_<x1>) which is written to the serverside.
For more details see help for ds.matrixDiag
.
Paul Burton for DataSHIELD Development Team
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.