Description Usage Arguments Details Value
Make a matrix-like object symmetric.
1  | symmetrize(x, triangle = "u")
 | 
x | 
 A matrix-like object.  | 
triangle | 
 A single character, either "u" or "l" for upper or lower, respectively. This determines which triangle is preserved. The default is the upper triangle. Case is ignored.  | 
For a matrix input, we use a block algorithm.
A matrix-like object of the same type as the input.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.