PlotXYAbf: Plot channel vs channel data of abf objects.

Description Usage Arguments Value

Description

Plot channel vs channel data of abf objects.

Usage

1
2
3
4
5
6
PlotXYAbf(abf, intv = NULL, x_channel = 2L, y_channel = 1L,
  map_func = "mean", colour = TRUE, title = NULL,
  legend_title = "", zero_axes = FALSE, ...)

PlotIVAbf(abf, intv = NULL, map_func = "mean", colour = TRUE,
  title = NULL, legend_title = "", zero_axes = TRUE, ...)

Arguments

abf

an abf object/a list of abf objects

intv

an intv to evaluate channel values.

x_channel

channel of x axis.

y_channel

channel of y axis.

map_func

a function to evaluate channel values.

colour

whether to plot in colour mode.

title

add title to the plot.

legend_title

add legend title to the plot.

zero_axes

whether to add zeroed XY axes to the plot.

...

passed to map_func()

Value

a ggplot object.


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