Skip to contents

Displays the tonic/phasic decomposition of an EDA signal in a multi-panel layout. Requires that edaDecompose() has been run first so that "tonic" and "phasic" assays exist.

Usage

plotDecompose(
  x,
  channel = 1,
  time_range = NULL,
  main = "EDA Decomposition",
  ...
)

Arguments

x

A PhysioExperiment object with tonic and phasic assays.

channel

Integer or character specifying which channel to plot (default: 1).

time_range

Numeric vector of length 2 giving start and end times in seconds. If NULL, the full signal is plotted.

main

Character string for the overall plot title (default: "EDA Decomposition").

...

Additional arguments passed to plot().

Value

Invisible NULL. Called for its side effect of producing a plot.

References

Boucsein, W. (2012). Electrodermal Activity. 2nd ed. Springer. doi:10.1007/978-1-4614-1126-0

See also

plotEda for basic EDA time series plotting, edaDecompose for performing the decomposition, plotPeaks for SCR peak visualization