print.ABF: Prints a Short Description of an ABF Object

Description Usage Arguments Examples

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

1
2
## S3 method for class 'ABF'
print(x, ...)

Arguments

x

an object of class ABF, typically generated by readABF.

...

further arguments in case they are passed from other methods; they will be ignored.

Examples

1
2
3
# loads an example file and prints it
r <- readABF(system.file("extdata", "2009_01_19_0002_varlen_v18.abf", package="readABF"))
print(r)

Example output

Path: /usr/lib/R/site-library/readABF/extdata/2009_01_19_0002_varlen_v18.abf 
Format version: 1.84 
Sampling interval: 5e-05 s
Channel names: IN 12 IN 13 
Channel units: V V 
Number of sweeps: 7 
Length of the first sweep: 4158 

readABF documentation built on July 22, 2020, 1:08 a.m.