if (FALSE) {
# load examplary data
data(mcMST)
print(head(mcMST))
# no customization; use the defaults
pl = plotFronts(mcMST)
# algo PRIM is obtained by weighted sum scalarization
# Since the front is (mainly) convex we highlight these solutions
pl = plotFronts(mcMST, highlight.algos = "PRIM")
# customize layout
pl = plotFronts(mcMST, title = "Pareto-approximations",
subtitle = "based on different mcMST algorithms.", facet.args = list(nrow = 2))
}
Run the code above in your browser using DataLab