View source: R/cept_proc_funtions.R
CeptProc | R Documentation |
Process the ceptometer file as a dataframe
CeptProc(ceptData, segments = 1:8, raw = TRUE, parBarStatistics = FALSE, recordOrder = NA, trialName = NA)
ceptData |
A dataframe readed from the ceptometer output file |
segments |
A vector indicating the PAR bar segments to be extracted |
raw |
A boolean to output data in raw format |
parBarStatistics |
A boolean, include some stastistics of the PARbar in the output |
recordOrder |
A string of the expected record order, i.e 'ABA' means 'ABV','BLW','AVB' |
trialName |
A string in regex format indicating the name of the annotation to be extracted |
A data frame containing all or a subset of the annotations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.