split_onsets.event_term | R Documentation |
Splits the onsets based on factor levels or block IDs.
## S3 method for class 'event_term'
split_onsets(x, sframe, global = FALSE, blocksplit = FALSE, ...)
x |
An event_term object. |
sframe |
A data frame representing the sampling frame. |
global |
Logical; if TRUE, use global onsets (default: FALSE). |
blocksplit |
Logical; if TRUE, split onsets by block IDs (default: FALSE). |
... |
Additional arguments. |
A list of numeric vectors for each factor level or block.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.