MultiPeekChannel: Fast plot channel/channels of multiple abf objects.

Description Usage Arguments Value

Description

Fast plot channel/channels of multiple abf objects.

Usage

1
2
3
4
MultiPeekChannel(abf_list, channel = 1L, intv = NULL, cursor = NULL,
  colour = FALSE, time_unit = "tick", auto_zoom = FALSE,
  manual_title = NULL, auto_title = FALSE, num_label = FALSE,
  channel_arrange = "H", plot_arrange = "A", ratio = 100L, ...)

Arguments

abf_list

a list of abf objects.

channel

channel/channels to plot, 1-based.

intv

OPTIONAL, an interval (a vector of c(start, end, len))/a list of intervals to plot on top.

cursor

OPTIONAL, cursors (a vector of positions)/a list of cursors to plot on top.

colour

whether to plot in coloured mode.

time_unit

time unit for x axis.

auto_zoom

whether to zoom in the plot automatically.

auto_title

OPTIONAL, whether to automatically add titles for every abf plot.

num_label

OPTIONAL, whether to add number label to every abf plot.

channel_arrange

arrangement of channel subplots.

plot_arrange

arrangement of abf plots.

...
subtitles

OPTIONAL, titles of every abf plot.

Value

a ggplot object.


Crystal-YWu/abftools documentation built on May 10, 2019, 8:22 a.m.