Learn R Programming

dief (version 1.2)

plotExperiment2Test: Generate radar plots that compare dief@k at different answer completeness 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 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

plotExperiment2Test(diefkDF, q)

Arguments

diefkDF

dataframe resulting from Experiment 2.

q

id of the selected test to plot.

See Also

experiment2, plotExperiment2

Examples

Run this code
# NOT RUN {
results2 <- experiment2(traces)
plotExperiment2Test(results2, "Q9.sparql")
# }

Run the code above in your browser using DataLab