lepoch | R Documentation |
Sets epochs for the current EDF
lepoch(dur = 30, inc = -1)
dur |
the epoch duration in seconds |
inc |
the epoch increment, defaults to |
the number of epochs set
lepoch(30)
is identical to using the leval()
function to evaluate/execute an EPOCH command:
leval("EPOCH dur=30")
## Not run:
> ne <- lepoch()
evaluating...
nsrr02 : 14 signals, 10 annotations, of 09:57:30 duration, 1195 unmasked 30-sec epochs, and 0 masked
> ne
[1] 1195
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.