R/plot.R
plot_avg_link_operator_diff_graphs.Rd
This function presents a convenient way to use the
plot_avg_link_operator_diff_graph
function multiple times.
plot_avg_link_operator_diff_graphs(net, diff.mat, layout = NULL)
net | igraph graph object |
---|---|
diff.mat | a matrix whose rows are vectors of average node link
operator differences between two groups of models based on some kind of
classification (e.g. number of TP predictions) and whose names are set in the |
layout | a (nx2) numeric matrix of x-y coordinates (2 columns) for each
of the nodes (n) in the |
Other network plotting functions:
plot_avg_link_operator_diff_graph()
,
plot_avg_state_diff_graph_vis()
,
plot_avg_state_diff_graphs()
,
plot_avg_state_diff_graph()