plotResults | R Documentation |
Plot results
plotResults(path, x, n, taskname, ...)
path |
path to store the plot |
x |
a vector of counts of successes; could be obtained from getResults() |
n |
a vector of counts of trials |
taskname |
the name of the task for labeling, e.g., Word Intrusion, Optimal Label. |
... |
additional arguments to be passed to plot function |
Visualize the accuracy rate (proportion correct) for a specified batch
Nothing is returned; a plot is created and saved as a pdf file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.