Skip to contents

Plot Event Overview

Usage

hsPlotEventOverview(
  dat,
  evts = NULL,
  evtSepTime = 3600,
  myTitle = "Event Overview",
  plotTypes = rep("l", ncol(dat) - 1),
  dbg = TRUE,
  ...
)

Arguments

dat

data frame with at least two columns and the timestamps being in the first column

evts

data frame with columns tBeg and tEnd containing first and last timestamp, respectively, of the events. If NULL (default) the events are generated by calling hsEvents (using all timestamps in dat, this is maybe not what we want!!!)

evtSepTime

event separation time in seconds, default: 3600 (= 1h)

myTitle

plot title

plotTypes

vector containing the plot type (cp. type argument of plot function) for each data column to be plotted

dbg

If TRUE, debug messages are shown

...

e.g. inset = ...