The ephys2 package facilitates reading HEKA Patchmaster files into an R session, viewing the tree strucuture, extract and plot single traces or complete series, and perform analyses on them.
library(ephys2)
data(st)
set_cursor(st,"peak", curMax_,c(2,2.5))
st$plot()
st$results()$peak
## [1] 0.80875
see also:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.