lower_tri | R Documentation |
Same as lower.tri()
except it returns the values from the matrix (rather than a positional
matrix that lets you look up the values).
lower_tri(x, diag = FALSE)
x |
a matrix or other R object with |
diag |
logical. Should the diagonal be included? |
The values in the lower triangular part of the matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.