E4.Diagnostics.tempplot {E4tools}R Documentation

Diagnostics: Plot Temperature data and button presses

Description

This will allow you to see all binned temperature 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.

Usage

E4.Diagnostics.tempplot(participant_list, rdslocation.binnedtemp,
  rdslocation.buttonpress, plotlocation.temp, Plot_E4s = TRUE,
  TempType = "C")

Arguments

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.binnedtemp

folder location where raw temperature data are stored

rdslocation.buttonpress

location of folder where button press output is stored (from EDA part 2)

plotlocation.temp

folder where you want PDF outputs to go.

Plot_E4s

Do you want a line at the bottom of the plot showing which E4 the participant was wearing?

TempType

Do you want Farenheit (TempType=F) or Celcius (TempType=C, default). If you did not elect to include Farenheit in the first temperature step, this step will calcuate it for you.

Examples

## Not run: E4.Diagnostics.EDAplot(participant_list=c(1001:1004),
rdslocation.buttonpress="~/study/data/tags/",
rdslocation.binnedtemp="~/study/data/Binned_EDA/",
plotlocation.EDA="~/study/data/EDAplots/")
## End(Not run)





[Package E4tools version 0.1.1 Index]