Learn R Programming

eaf (version 2.1)

SPEA2relativeVanzyl: Results of SPEA2 with relative time-controlled triggers on Vanzyl's water network.

Description

The data has the only goal of providing an example of use of eafplot.

Usage

SPEA2relativeVanzyl

Arguments

Format

A data frame as produced by read_datasets().

Examples

Run this code
# NOT RUN {
data(HybridGA)
data(SPEA2relativeVanzyl)
eafplot(SPEA2relativeVanzyl, percentiles = c(25, 50, 75), 
       xlab = expression(C[E]), ylab = "Total switches", xlim = c(320, 400),
       extra.points = HybridGA$vanzyl, extra.legend = "Hybrid GA")
# }

Run the code above in your browser using DataLab