https://github.com/cran/fBasics
Raw File
Tip revision: 944271d20ffa4fb36a171791c34afaae5325f74a authored by Rmetrics Core Team on 08 February 2010, 00:00:00 UTC
version 2110.79
Tip revision: 944271d
utils-colorTable.Rd
\name{colorTable}


\alias{colorTable}


\title{Table of Colors}


\description{
    
    Displays a Table of color codes and plots the colors themselves.
        
}
    
    

\usage{ 
colorTable(cex = 0.7)
}


\arguments{
  
    \item{cex}{
        a numeric value, determines the character size in the
        color plot, the default size is 0.7.
        }  
    
}


\value{
    
    \code{colorTable} 
    
    returns a table of plot plot colors with the associated color numbers.
    
}


\seealso{

    \code{link{characterTable}},
    \code{link{symbolTable}}.
    
}


\examples{   
## Color Table:
   colorTable()
}


\keyword{programming}

back to top