Learn R Programming

dief (version 1.2)

plotAnswerTrace: Plot the answer trace of approaches

Description

This function plots the answer trace of the approaches when executing a given test.

Usage

plotAnswerTrace(inputtrace, inputtest)

Arguments

inputtrace

dataframe with the answer trace. Attributes of the dataframe: test, approach, answer, time.

inputtest

string that specifies the specific test to analyze from the answer trace.

See Also

diefk, dieft

Examples

Run this code
# NOT RUN {
 
plotAnswerTrace(traces, "Q9.sparql")
# }

Run the code above in your browser using DataLab