If x is a matrix then the lower triangle (TRUE)
or upper triangle FALSE elements (including diagonal elements) are
returned. If x is a vector a matrix is formed under the assumption that
x are the lower triangle (TRUE) or upper triangle (FALSE)
elements.
reverse
logical: ifTRUE a symmetric matrix is formed, if
FALSE the remaining triangle is left as zeros.