View source: R/struc__matrix2df.R
matrix2df | R Documentation |
For speed, this function does not check symetry of the input matrix. It is a user's responsibility to guarantee the input is a symmetric matrix. In addition, row names and column names must be the same to get a correct output.
matrix2df(m, diag = FALSE, named = FALSE, small = TRUE, val.class = "numeric")
Yu Wan (wanyuac@gmail.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.