Description Usage Arguments Value Examples
Returns two plots displaying latency in a list. Latency refers to the reaction of the test subject to the startling sound. It is time period from the startling sound to the time stamp of maximal values recorded.
| 1 | latencyPlot(df, addhead)
 | 
| df | A dataframe returned by loadStartleData function. | 
| addhead | Optional argument. If this argument is used in loadStartleData, set addhead to the value | 
List with two plots
| 1 2 3 4 5 | # Load data provided with example
df <- ratpasta_demo
# running examples
l <- latencyPlot(df, addhead = 0.1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.