triagSize | R Documentation |
calculate number of elements in the diagonal and lower triangle of a squared matrix, based on the length of the diagonal.
triagSize(diagSize)
diagSize |
The length of the diagonal. Same as number of rows or columns. |
An integer
triagSize(1:5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.