Note that this reference documentation is identical to the help that is displayed in Matlab when you type “help ft_clusterplot”.
FT_CLUSTERPLOT plots a series of topoplots with found clusters highlighted. stat is 2D or 1D data from FT_TIMELOCKSTATISTICS or FT_FREQSTATISTICS with 'cluster' as cfg.correctmc. 2D: stat from FT_TIMELOCKSTATISTICS not averaged over time, or stat from FT_FREQSTATISTICS averaged over frequency not averaged over time. 1D: averaged over time as well. Use as ft_clusterplot(cfg, stat) Where the configuration options can be cfg.alpha = number, highest cluster p-value to be plotted max 0.3 (default = 0.05) cfg.highlightseries = 1x5 cell-array, highlight option series ('on','labels','numbers') default {'on','on','on','on','on'} for p < [0.01 0.05 0.1 0.2 0.3] cfg.highlightsymbolseries = 1x5 vector, highlight marker symbol series default ['*','x','+','o','.'] for p < [0.01 0.05 0.1 0.2 0.3] cfg.highlightsizeseries = 1x5 vector, highlight marker size series default [6 6 6 6 6] for p < [0.01 0.05 0.1 0.2 0.3] cfg.highlightcolorpos = color of highlight marker for positive clusters default = [0 0 0] cfg.highlightcolorneg = color of highlight marker for negative clusters default = [0 0 0] cfg.saveaspng = string, filename of the output figures (default = 'no') It is also possible to specify other cfg options that apply to FT_TOPOPLOTTFR. You CANNOT specify cfg.xlim, any of the FT_TOPOPLOTTFR highlight options, cfg.comment and cfg.commentpos. To facilitate data-handling and distributed computing with the peer-to-peer module, this function has the following option: cfg.inputfile = ... If you specify this option the input data will be read from a *.mat file on disk. This mat files should contain only a single variable named 'data', corresponding to the input structure. See also: FT_TOPOPLOTTFR, FT_TOPOPLOTER, FT_SINGLEPLOTER
Share this page: