data(vowlax)
segs = vowlax
# extend the start times by 10ms
newsegs <- modify.seglist( segs, start=start(segs)+10 )
# change the associated database name
# this will affect where emu.track looks to find data
newsegs <- modify.seglist( segs, database="notdemo" )
Run the code above in your browser using DataLab