SPEA2minstoptimeRichmond | R Documentation |
The data has the only goal of providing an example of use of eafplot.
SPEA2minstoptimeRichmond
A data frame as produced by read_datasets()
. The second
column measures time in seconds and corresponds to a maximisation problem.
LopezIbanezPhDeaf
data(HybridGA)
data(SPEA2minstoptimeRichmond)
SPEA2minstoptimeRichmond[,2] <- SPEA2minstoptimeRichmond[,2] / 60
eafplot (SPEA2minstoptimeRichmond, xlab = expression(C[E]),
ylab = "Minimum idle time (minutes)", maximise = c(FALSE, TRUE),
las = 1, log = "y", legend.pos = "bottomright")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.