Description Usage Arguments Examples
get values of upper triangle from matrix
1 | uppertriang(mat, diag = FALSE)
|
mat |
matrix |
diag |
default = FALSE |
1 2 | t = matrix(1:25,ncol=5)
uppertriang(t)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.