Description Usage Arguments Details Value Author(s) Examples
Expand adjacency information from an adjacency matrix or a sprof
data structure to an edge table
1 |
data |
an adjacency matrix or a |
counts |
include a column of counts |
na.rm |
remove lines with a count |
no.name |
If not null: replacement for empty strings as name. |
The adjacency matrix is flattened. Lines with a count zero are eliminated.
A data frame.
from |
Name of from node. |
to |
Name of to node. |
count |
optional. Frequencies of edges. |
Günther Sawitzki <gsawitzki@users.r-forge.r-project.org>
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.