print.ABF {readABF} | R Documentation |
Prints a Short Description of an ABF Object
Description
Prints information about an ABF
object and returns it invisibly. This helps to identify the dataset but does not overwhelm the user with the raw data.
Usage
## S3 method for class 'ABF'
print(x, ...)
Arguments
x |
an object of class ABF, typically generated by |
... |
further arguments in case they are passed from other methods; they will be ignored. |
Examples
# loads an example file and prints it
r <- readABF(system.file("extdata", "2009_01_19_0002_varlen_v18.abf", package="readABF"))
print(r)
[Package readABF version 1.0.2 Index]