Description Usage Arguments Examples
View source: R/ggEdgesBetweenAttributes.R
Plotting of the edges between attribute types
1 | ggEdgesBetweenAttributes(graph, name, rm.unknown = FALSE)
|
graph |
an |
name |
the name of the attribute |
rm.unknown |
remove unknowns |
1 2 3 4 5 | data(qmdiab.data)
data(qmdiab.annos)
net.graph <- generateNetwork(data = qmdiab.data, annotations = qmdiab.annos)
ggEdgesBetweenAttributes(net.graph, "Super.pathway")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.