View source: R/individual_RT.R
individual_RT | R Documentation |
individual_RT
plots the RT of all sessions over time. Incorrect
answers are denoted with a red marker.
individual_RT( data, session = NULL, normalizeTime = FALSE, logarithmic = FALSE, xlim = NULL, ylim = NULL, filepath = NULL )
data |
A data frame. NA values will be removed before plotting. |
session |
Provide a single sessionId string to plot that session. If sessionId is NULL all sessions will be plotted. |
normalizeTime |
If TRUE, the times of all facts will be normalized (they will start at 0). If FALSE, the times will not be normalized and data points will occur relative to their occurrence during the session. |
logarithmic |
If TRUE, the x-axis will be logarithmic. If FALSE (the default), the x-axis will have a linear scale. |
xlim |
A vector of 2 (for example: c(0, 10)), indicating the range of the x-axis.If NULL the default value is used: c(0, z). Where z is the max time. |
ylim |
A vector of 2 (for example: c(0, 10)), indicating the range of the y-axis.If NULL the default value is used: c(a, b). Where a is the minimum reaction time and b is the average reaction time plus the standard deviation of the reaction time. |
filepath |
A relative or explicit path where plots will be saved |
A preview plot in the viewer and a pdf file in filepath
Other individual functions:
individual_ROF()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.