Description Usage Arguments Value
Convert a channel of an abf object to data.frame
1 2 3 | ## S3 method for class 'abf'
as.data.frame(x, row.names = NULL, optional = FALSE,
channel = 1, ...)
|
x |
an abf object. |
row.names |
see as.data.frame |
optional |
see as.data.frame |
channel |
ADC channel id, 1-based. |
... |
passed to as.data.frame |
a data frame of the channel data, with colname of epiX.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.