Description Usage Arguments Examples
This will allow you to see all binned EDA data for a participant, along with which band they were wearing and when they pressed the event marker. One PDF file is made per participant. You must run E4.extras.BinEDA() first to prepare for this step.
1 2 3 | E4.Diagnostics.EDAplot(participant_list, rdslocation.binnedEDA,
rdslocation.buttonpress, plotlocation.EDA, RejectFlagCount = 48,
Plot_E4s = TRUE, display_plot = FALSE)
|
participant_list |
list of participant numbers NOTE: This should match the names of the folders (e.g., participant 1001's data should be in a folder called "1001"). |
rdslocation.binnedEDA |
folder location where binned EDA is stored (from E4.extras.BinEDA function). |
rdslocation.buttonpress |
location of folder where button press output is stored (from part extract raw EDA part 2). Set to FALSE if you do not want to plot the button presses. |
plotlocation.EDA |
Folder where you want to store the PDF plots. Set this to FALSE if you do not want to save the PDF output. You should only set to false if you are displaying the plot instead, and thus should also set display_plot to TRUE. |
RejectFlagCount |
What percent of samples in the bin must be bad for the entire bin to be marked bad? Default is 48, which is 10 percent of samples in a 2-minute bin. |
Plot_E4s |
Do you want a line at the bottom of the plot showing which E4 the participant was wearing? |
display_plot |
Do you want the plot to be displayed on screen in addition to saving the PDF file? Defaults to false. This is most useful if you are only looking at one participant's data. |
1 2 3 4 5 | E4.Diagnostics.EDAplot(participant_list=c(1001),
rdslocation.buttonpress=FALSE,
rdslocation.binnedEDA=paste(system.file(package="E4tools"),
"/extdata/plots/",sep=""),
plotlocation.EDA=FALSE,display_plot=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.