abf_plot_cd: Plot abf objects in channel domain.

Description Usage Arguments Details Value

Description

Plot abf objects in channel domain.

Usage

1
2
abf_plot_cd(abf, intv = NULL, channel = c(2L, 1L), map_func = "mean",
  pack_args = FALSE, ..., colour = TRUE)

Arguments

abf

an abf object/list of abf objects.

intv

a TIME intv to sample abf.

channel

channels to map, a two element integer vector, 1st element corresponds to x and 2nd corresponds to y.

map_func

a function to map on abf.

pack_args

whether to pack arguments for map_func().

...

passed to map_func()

colour

wheter to plot in coloured mode.

Details

This is a low-level plotting function that returns a ggplot object with plotting data generated by Wrap*() and aesthetics properly mapped.

Since this is a low-level function, there is no data validation or sanity check performed. Use with caution.

Value

a ggplot object.


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