Description Usage Arguments Value
Calculate mean current/voltage of multiple abf objects and return in wide format.
1 2 3 4 5 | CurrentMeanWide(abf_list, intv_list = NULL,
current_channel = GetFirstCurrentChan(abf_list), na.rm = TRUE)
VoltageMeanWide(abf_list, intv_list = NULL,
voltage_channel = GetFirstVoltageChan(abf_list), na.rm = TRUE)
|
abf_list |
a list of abf objects. |
intv_list |
OPTIONAL, a list of intervals. |
current_channel |
current channel id. |
na.rm |
wheter to remove NA values. |
voltage_channel |
voltage channel id. |
A data.frame object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.