## Not run:
# # load an ABF file chosen through a standard file dialog
# ab <- abfload()
#
# # print a summary of the file contents
# summary(ab)
#
# # plot it with default options (full duration of first recorded channel)
# plot(ab)
#
# # plot the first 5 seconds of the second channel
# plot(ab, adc=2, time=c(0,5))
# ## End(Not run)
Run the code above in your browser using DataLab