View source: R/configurations_display.R
configurations_display | R Documentation |
This is a simplified version of the visualization you can obtain with
acviz
. This function is currently
VERY SLOW.
configurations_display(
irace_results,
rpd = TRUE,
filename = NULL,
interactive = base::interactive()
)
irace_results |
The data generated when loading the |
rpd |
( |
filename |
( |
interactive |
( |
ggplot2::ggplot()
object
iraceResults <- read_logfile(system.file(package="iraceplot", "exdata",
"guide-example.Rdata", mustWork = TRUE))
configurations_display(iraceResults)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.