Epoch | R Documentation |
Constructor for Epoch class
Epoch(data, electrodes = NULL, timeRanges = NULL, times = NULL)
data |
Matrix containing epoch data (rows=electrodes, columns=time points) |
electrodes |
Optional character vector for electrode names, if not provided, column names of data are used. If both are NULL, electrodes are named E1, E2, ... |
timeRanges |
Optional numeric vector of 2 containing start and end time points. Only one of times or timeRanges can be non-null |
times |
Optional numeric vector of time points. Only one of times or timeRanges can be non-null |
An Epoch object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.