https://github.com/cran/fBasics
Raw File
Tip revision: dfe6577bb164f53feaedf2da9530457197edfb1a authored by Georgi N. Boshnakov on 20 October 2022, 11:25:10 UTC
version 4021.93
Tip revision: dfe6577
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