powered by
Given a square matrix, it provides the lower triangular part, including the main diagonal.
tril(M)
square matrix
transformed matrix
# NOT RUN { M = matrix(1:9,3) N = tril(M) # }
Run the code above in your browser using DataLab