library(ephys2)
rm(CURSORS)
tree<-get_treeinfo("2014-07-22_CHO hERG.dat")
ser<-getSeries(tree, 1,1,1)
#set_cursor(ser, "test2", curMax_, c(0,0.1), interactive = T)
set_cursor(ser, "test3", curMin_, interactive = T)
#ser$set_cursor("test", curMin_2)
#check clipboard to get the command to set this cursor in a script
ser$plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.