View source: R/matrix.utility.R
the half operation of A return a matrix B of the same dimension of A, such that B(i,j)=A(i,j) if i>j, B(i,i)=A(i,i)/2, and B(i,j)=0 if i<j
1 | half(A)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.