pw_mat_to_df | R Documentation |
The function converts a pairwise matrix into an edge-list data.frame
pw_mat_to_df(pw_mat)
pw_mat |
A pairwise matrix which can be:
|
An object of class data.frame
P. Savary
data(data_tuto) pw_mat <- data_tuto[[1]] df <- pw_mat_to_df(pw_mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.