View source: R/ggplotObjectiveSpace.R
ggplotObjectiveSpace | R Documentation |
Use the coloring of the cumulated path lengths (see
computeCumulatedPathLengths()
) and visualize the
corresponding points in the objective space.
ggplotObjectiveSpace(
df,
var1 = "y1",
var2 = "y2",
log.scale = TRUE,
impute.zero = TRUE,
minimalistic.image = FALSE,
color.palette,
legend.position,
...
)
df |
[ |
var1 |
[ |
var2 |
[ |
log.scale |
[ |
impute.zero |
[ |
minimalistic.image |
[ |
color.palette |
[ |
legend.position |
[ |
... |
any |
ggplot
A ggplot
object displaying the multi-objective gradient landscape.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.