powered by
Visualization of ictal iEEG
visuIEEGData(epoch)
A ggplot object
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
data("pt01EcoG") ## Visualize a subject of electrodes sozIndex <- attr(pt01EcoG, "sozIndex") display <- c(sozIndex, 77:80) epoch <- Epoch(pt01EcoG) visuIEEGData(epoch = epoch[display, ])
Run the code above in your browser using DataLab