ldata.intervals | R Documentation |
Returns raw signal and annotation data for requested intervals
ldata.intervals(i, chs, annots = character(0), w = 0)
i |
a required list of intervals (in seconds), e.g. as returned by |
chs |
a required vector of channel names to be returned, i.e. as from |
annots |
an optional vector of annotation names to be returned, i.e. as from |
w |
an optional window (in seconds) the specifies whether the returned
region should also contain a window of up to |
a data frame where each row is one sample point, containing the raw
signal (and annotation) data. See the description of ldata
's output for more
information of columns
This command is effectively the same as ldata()
except that the regions
of interest are specified as intervals rather than in terms of epoch numbers.
Intervals are defined as half-open intervals [a,b), meaning all sample-points
equal to or greater than a, but less than b.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.