View source: R/visualization.R
visuIEEGData | R Documentation |
Visualization of ictal iEEG
visuIEEGData(epoch)
epoch |
Matrix or Epoch object. iEEG data matrix or Epoch object. If matrix, the row names are the electrode names and the column names are the time points |
A ggplot object
data("pt01EcoG")
## Visualize a subject of electrodes
sozIndex <- attr(pt01EcoG, "sozIndex")
display <- c(sozIndex, 77:80)
epoch <- Epoch(pt01EcoG)
visuIEEGData(epoch = epoch[display, ])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.