visuIEEGData {EZFragility}R Documentation

Visualization of ictal iEEG

Description

Visualization of ictal iEEG

Usage

visuIEEGData(epoch)

Arguments

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

Value

A ggplot object

Examples

data("pt01EcoG")

## Visualize a subject of electrodes
sozIndex <- attr(pt01EcoG, "sozIndex")
display <- c(sozIndex, 77:80)

epoch <- Epoch(pt01EcoG)
visuIEEGData(epoch = epoch[display, ])

[Package EZFragility version 1.0.3 Index]