createPlots: Create LWL Plots (DEPRECATED)

Description Usage Arguments Details Examples

Description

createPlots() generates either a Profile Plot or Onset Contingency Plot.

Usage

1
2
createPlots(iChart, startWindow, endWindow, RejectLongestGap, RejectFirstGap,
  RejectRT, plotStats = "PP", group = "", ...)

Arguments

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.

Details

This function generates two types of plots for PEEK data: Profile Plots and Onset Contingency Plots

Examples

1
2
3
4
## Not run: acc <- createPlots(d, startWindow=0, endWindow=3000,
  RejectFirstGap=FALSE, RejectLongestGap=FALSE, RejectRT=FALSE,
  plotStats = "PP", group = "")
## End(Not run)

kemacdonald/iChartAnalyzeR documentation built on May 7, 2019, 8:44 a.m.