.checkEVArgs | R Documentation |
Ensures that the event onsets, values, block IDs, and durations are consistent. In particular, it asserts that onsets have no NA values and are strictly increasing within each block.
.checkEVArgs(name, vals, onsets, blockids, durations = NULL)
name |
The name of the event. |
vals |
The event values. |
onsets |
Numeric vector of event onsets. |
blockids |
Numeric vector of block IDs. |
durations |
Numeric vector of durations (or a scalar). |
A list of validated event parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.