fill_upper_tri | R Documentation |
fill the upper triangle of a (d x d) matrix with the vector v
fill_upper_tri(v, d)
v |
vector with choose(d,2) elements to fill upper triangle |
d |
dimensionality of (dxd) matrix output |
a (dxd) upper triangluar matrix filled with v
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.