Description Usage Arguments Value Examples
withDominated is a visualization used alongside the wfg package. It shows the usual representation of objective space and pareto-frontier but complements it with the dominated individuals.
baGraphicsWithDominated is a wrapper taking a filename for output and a specification for the test-function.
1 2 3 | withDominated(func)
baGraphicsWithDominated(name, spec)
|
func |
The function to plot |
name |
Name of the .png file to generate |
spec |
Specification of the function to plot |
nothing
1 2 | withDominated(wfgWrap(2, c(sConvex)))
baGraphicsWithDominated("withDominatedTFlat", c(tFlat, from=0.4, to=0.9, sLinear))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.