Learn R Programming

dief (version 1.2)

plotExperiment1Test: Generate radar plots that compare dief@t with other benchmark metrics in a specific test as in <doi:10.1007/978-3-319-68204-4_1>

Description

This function plots the results reported for a single given test in "Experiment 1" in Acosta, M., Vidal, M. E., & Sure-Vetter, Y. (2017) <doi:10.1007/978-3-319-68204-4_1>. Experiment 1 compares the performance of querying approaches when using metrics defined in the literature (total execution time, time for the first tuple, throughput, and completeness) and the metric dieft@t.

Usage

plotExperiment1Test(allmetrics, q)

Arguments

allmetrics

dataframe with the results of all the metrics in Experiment 1.

q

id of the selected test to plot.

See Also

experiment1, plotExperiment1

Examples

Run this code
# NOT RUN {
results1 <- experiment1(traces, metrics)
plotExperiment1Test(results1, "Q9.sparql")
# }

Run the code above in your browser using DataLab