Description Usage Arguments Details Author(s)
Returns an annotated graph with node size and edge width proportional at the number of occurrences of nodes/edges in a suplied list of graphs.
1 | annotateFreq(g, graph_list)
|
g |
target graph to annotate. |
graph_list |
list of graph to extract information from. |
Commonly graph_list refers to a list of predicted TRMs (with findTRM) and g is the combined TRM. This function annotates the nodes/edges in g to known their frequency in the original list of graphs.
Diego Diez
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.