plot_all_blocks: Plot signal data and also show block limits and tasks types...

Description Usage Arguments Value See Also

Description

Plot signal data and also show block limits and tasks types for each of the blocks.

Usage

1
2
plot_all_blocks(recording, signal, type = "seconds", interval = 15,
  new.plot = TRUE, filename = NULL)

Arguments

recording

A recording structure.

signal

The name of the signal in the recording structure to be plotted.

type

The type of the x-axis (optional, default is seconds):

seconds

Plot seconds on the x-axis.

timestamp

Plot timestamps on the x-axis.

interval

The interval at which to plot x-axis markers. Optional, default is 15.

new.plot

Boolean indicating whether a new plot window should be opened (optional, default is TRUE).

filename

The full path and filename in which to save the figure. If NULl (default), the figure is not saved. The format of the figure (PDF or PNG) is automatically determined from the filename extension. The size of the figure is an A4 in landscape mode.

Value

Nothing. Produces a plot or saves the figure.

See Also

Other visualizations: plot_block, plot_check_rr_detection, plot_ecg_r_peak, plot_metric, plot_spectrum, shade_frequency_band


bwrc/colibri documentation built on May 13, 2019, 9:10 a.m.