cut.AsspDataObj | R Documentation |
Cut out a portion of an SSFF object
## S3 method for class 'AsspDataObj'
cut(obj, where, n_preceeding, n_following)
obj |
An in-memory object of class |
where |
The time point (relative to the signal's total duration) where the cutout will be centered (0.0-1.0) |
n_preceeding |
The (maximum) number of data samples to include in addition to, and before, the sample closest to the |
n_following |
The (maximum) number of data samples to include in addition to, and after, the sample closest to the |
an AsspDataObj
object that contains just the data samples at, and possibly surrounding, the where
relative time reference in the input obj, but with time references relative to the timeline of the original object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.