## # mae.ColorBasedMatrixPlotting() - plot to generate coding for groups with color. # Parameters: # # Shyam(shyamss@hotmail.com) # Date : 07/18/2002 ## mae.colorBasedMatrixPlotting <- function( ) { # mae. } # end of mae.colorBasedMatrixPlotting \name{mae.colorBasedMatrixPlotting} \alias{mae.colorBasedMatrixPlotting} \title{Color based matrix plot to generate coding for groups} \description{Color based matrix plot to generate coding for groups } \usage{ mae.colorBasedMatrixPlotting(uniqGroups ,group, data, xindex=1, yindex=2, gbgcolor="black", xlabel="PC1", ylabel="PC2", mainTitle, xrange=range(data),yrange=range(data)) } \arguments{ \item{ uniqGroups } {Vector of unique groups} \item{ group } { Matrix of the group for the rows of x} \item{ data } {The data matrix) } \details{ \code{mae.colorBasedMatrixPlotting} Color based matrix plot to generate coding for groups } \value{NULL} \references{ } \author{ Shyam Sundaram, Peter Lemkin} \date{ 07/18/2002 } \examples{ # ... } \keyword{ }