POP_PLOTTOPO Plot one or more concatenated multichannel data epochs in a topographic array format using plottopo()


Usage: >> pop_plottopo( EEG ); % pop-up
>> pop_plottopo( EEG, channels );
>> pop_plottopo( EEG, channels, title, singletrials);
>> pop_plottopo( EEG, channels, title, singletrials, axsize, 'color', ydir, vert);

Inputs:
EEG   
input dataset
channels   
indices of channels to plot
title   
plot title. Default is none.
singletrials   
[0|1], 0 plot average, 1 plot individual single trials. Default is 0.
others...   
additional plottopo arguments {'axsize', 'color', 'ydir' 'vert'} (see >> help plottopo)

Author: Arnaud Delorme, CNL / Salk Institute, 10 March 2002

See also: plottopo()

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

Back to functions