Description Usage Arguments Examples
This function allows you to compare two graphs.
1 2 3 4 5 6 7 8 9 10 |
learned |
Learned graph or graph 1 (obj$average). |
true |
Ground truth graph or graph 2 (reference). |
learned.replicates |
List of learned replicates (obj$replicates) (optional). If provided, PR AUC will be calculated. |
skeleton |
Whether to compare graph skeletons instead of the graphs themself. Default: FALSE |
arcs |
Whether or not to list the arcs. Default: FALSE. |
plot |
Whether or not to plot the differences between the two graphs. Default: TRUE |
vertical.plot |
Whether to draw the comparison plots horizontally. Otherwise, they will be drawn horizontally. Default: TRUE |
split.plot |
Whether to split comparison plots. Otherwise, they will be drawn together. Default: TRUE |
1 2 | comparison <- compare.graphs(obj1, obj2, plot=TRUE)
comparison <- compare.graphs(obj1, obj2, plot=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.