addGGContour | R Documentation |
Add contour lines of the separate objectives to the heatmap of the cumulated path lengths.
addGGContour(
g,
lower,
upper,
fn1,
fn2,
fn3,
log.scale = TRUE,
col1 = "goldenrod1",
col2 = "white",
col3 = "cyan3",
n.points = 30L,
...
)
g |
[ |
lower |
[ |
upper |
[ |
fn1 |
[ |
fn2 |
[ |
fn3 |
[function] |
log.scale |
[ |
col1 |
[ |
col2 |
[ |
col3 |
[ |
n.points |
[ |
... |
[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.