diag_log_lower | R Documentation |
Applies log to only diagonal elements of matrix.
diag_log_lower(mat)
mat |
A matrix. |
Vector of log diagonal elements and lower triangular entries of the matrix, going down column by column.
diag_log_lower(matrix(c(1:4), nrow=2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.