plotAnswerTrace: Plot the answer trace of approaches

Description Usage Arguments Author(s) See Also Examples

View source: R/dief.R

Description

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

Usage

1
2
plotAnswerTrace(inputtrace, inputtest, colors = c("#ECC30B", "#D56062",
  "#84BCDA"))

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.

colors

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

Author(s)

Maribel Acosta

See Also

diefk, dieft

Examples

1
2
3
 
plotAnswerTrace(traces, "Q9.sparql")
plotAnswerTrace(traces, "Q9.sparql", c("#ECC30B","#D56062","#84BCDA"))

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