figureClusterOverlap

PURPOSE ^

plots projection test between two clusters clNr1 and clNr2

SYNOPSIS ^

function [d,residuals1,residuals2,Rsquare1, Rsquare2] = figureClusterOverlap(allSpikesDecorrelated, allSpikesOrig, assigned, clNr1, clNr2, plabel, mode, colors)

DESCRIPTION ^

plots projection test between two clusters clNr1 and clNr2


mode: 1=plot everything (6 subplots)
      2=plot only one subplot and do not issue any subplot commands
      3=no plotting (only calculation)
colors: two string values, eg {'r','b'} for the color of the histogram

bug: in R14,this color values somehow don't work and need to be specificed directly with
 set(h,'FaceColor',....),with h returned from bar (see below).

urut/dec04

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 03-Oct-2007 12:29:38 by m2html © 2003