multiwayplot

Mutli-panel dotplot - useful for grouped data. Constructs a multiway dotchart, where each panel corresponds to a group.

Input Arguments:

Output Arguments:

None

Synopsis

MULTIWAYPLOT(X,LABY,LABX,SUBTITLE,SUBLOCS)

For example:

sublocs{1} = [2,2];

sublocs{2} = [1, 3, 4, 2];

would construct a 2 by 2 matrix of dotcharts, with group 1 in the upper left corner, group 3 in the upper right corner, group 4 in the lower left and group 2 in the lower right.

References:

Cleveland, W. S. 1993. Visualizing Data, New York: Hobart Press.



EDA Toolbox: Contents