lower_tri {supernova} | R Documentation |
Find and return the lower triangle of a matrix
Description
Same as lower.tri()
except it returns the values from the matrix (rather than a positional
matrix that lets you look up the values).
Usage
lower_tri(x, diag = FALSE)
Arguments
x |
a matrix or other R object with |
diag |
logical. Should the diagonal be included? |
Value
The values in the lower triangular part of the matrix.
[Package supernova version 3.0.0 Index]