Learn R Programming

eaf (version 2.1)

SPEA2relativeRichmond: Results of SPEA2 with relative time-controlled triggers on Richmond water network.

Description

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

Usage

SPEA2relativeRichmond

Arguments

Format

A data frame as produced by read_datasets().

Examples

Run this code
# NOT RUN {
data(HybridGA)
data(SPEA2relativeRichmond)
eafplot (SPEA2relativeRichmond, percentiles = c(25, 50, 75),
        xlab = expression(C[E]), ylab = "Total switches",
        xlim = c(90, 140), ylim = c(0, 25),
        extra.points = HybridGA$richmond, extra.lty = "dashed",
        extra.legend = "Hybrid GA")
# }

Run the code above in your browser using DataLab