Description Usage Arguments Details Examples
createPlots()
generates either a Profile Plot or Onset Contingency Plot.
1 2 | createPlots(iChart, startWindow, endWindow, RejectLongestGap, RejectFirstGap,
RejectRT, plotStats = "PP", group = "", ...)
|
iChart |
A data frame in iChart format with iChart column names. |
startWindow |
An integer indicating the lower bound of the analysis window in milliseconds. |
endWindow |
An integer indicating the upper bound of the analysis window in milliseconds. |
RejectLongestGap |
A boolean indicating whether bad longest gaps should be filtered out of the computation. |
RejectFirstGap |
A boolean indicating whether bad first gaps should be filtered out of the computation. |
RejectRT |
A boolean indicating whether bad RTs should be filtered out of the computation. |
plotStats |
A string indicating which type of plot to generate measure to use (PP, OC, OC_T, OC_D). |
group |
A string indicating the variable name for any grouping variables (e.g., conditions). |
... |
Additional style arguments for tweaking the ggplot output. |
This function generates two types of plots for PEEK data: Profile Plots and Onset Contingency Plots
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.