Description Usage Arguments Value Examples
View source: R/physio-compress_eda.R
Function compresses a physio dataframe by extracting only the EDA data ($Input2) and calculating the average eda values per second. A start_time needs to be speficied to sync the data to a marker object.
1 | compress_eda.physio(data, start_time)
|
data; |
a physio dataframe for a specific subject |
start_time; |
a POSIXct value, time when experiment started. It's usually the minimal time for subject in exp or web data. |
dataframe
1 2 | start_time <- min(labSession_web$Time, na.rm = T)
compress_eda.physio(data = physio_data, start_time)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.