visuIEEGData: Visualization of ictal iEEG

View source: R/visualization.R

visuIEEGDataR 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, ])

EZFragility documentation built on April 12, 2025, 1:22 a.m.