POP_TIMTOPO Call the timtopo() function for epoched EEG datasets. Plots the epoch mean for each channel on a single axis, plus scalp maps of the data at specified latencies.


Usage: >> pop_timtopo( EEG, timerange, topotimes, title, 'key', 'val', ...);

Inputs:
EEG   
input dataset
timerange   
[min max] epoch time range (in ms) to plot
topotimes   
array of times to plot scalp maps {Default: NaN = display scalp map at frame of max var()}

Optional inputs:
title   
optional plot title
'key','val'   
optional topoplot() arguments (see >> help topoplot)

Author: Arnaud Delorme, CNL / Salk Institute, 2001

See also: timtopo()

See the matlab file pop_timtopo.m (may require other functions)

Back to functions