plotExperiment2: Generate radar plots that compare dief@k at different answer...

Description Usage Arguments Author(s) See Also Examples

View source: R/reproduceExperiments.R

Description

This function plots the results reported in Experiment 2 in Acosta, M., Vidal, M. E., & Sure-Vetter, Y. (2017) <doi:10.1007/978-3-319-68204-4_1>. "Experiment 2" measures the continuous efficiency of approaches when producing the first 25

Usage

1
plotExperiment2(diefkDF, colors = c("#ECC30B", "#D56062", "#84BCDA"))

Arguments

diefkDF

dataframe with the results of Experiment 2.

colors

(optional) list of colors to use for the different approaches.

Author(s)

Maribel Acosta

See Also

experiment2, diefk2

Examples

1
2
3
results2 <- experiment2(traces)
plotExperiment2(results2)
plotExperiment2(results2, c("#ECC30B","#D56062","#84BCDA"))

maribelacosta/dief documentation built on Oct. 3, 2019, 5:29 p.m.