View source: R/plotEdgeFrequency.R
plotEdgeFrequency | R Documentation |
Given a list of graphs and a list of solutions (encoded as edge lists) for each graph the function generates each one plot. This is a 2D-scatterplot of edge weights of the graph. Size and colour of each point indicate the number of solutions the edge is part of.
plotEdgeFrequency(graphs, approx.sets, facet.args = list(), names = NULL)
graphs |
[ |
approx.sets |
[ |
facet.args |
[ |
names |
[ |
[ggplot
]
Other result visualization:
plotEdges()
g = genRandomMCGP(50L)
res = mcMSTEmoaBG(mu = 10L, max.iter = 50, instance = g, scalarize = TRUE)
## Not run:
plotEdgeFrequency(list(g), list(res$pareto.set))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.