remove_triangle | R Documentation |
Remove triangle from symmetric matrix and return long format data.
remove_triangle(x, tri_remove = "upper", na_remove = FALSE)
x |
Matrix to remove triangle from (and make long). |
tri_remove |
Triangle to remove. |
na_remove |
If NAs should be removed. |
Matrix in long format with triangle removed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.