Usage
set(colors=c("blue", "gray", "rose", "green", "gold", "red",
         "dodgerblue", "purple", "sienna", "orange.black",
         "gray.black", "white"),         col.fill.bar=NULL, trans.fill.bar=NULL,
         col.fill.pt=NULL, trans.fill.pt=NULL,
         col.stroke.bar=NULL, col.stroke.pt=NULL, 
         col.bg=NULL, col.grid=NULL, col.heat=NULL, ghost=NULL,
         n.cat=getOption("n.cat"), quiet=getOption("quiet"),
         brief=getOption("brief"), width=120, show=FALSE)
Arguments
colors
The specified color scheme.
col.fill.bar
Color of a filled region, such as a histogram bar.
trans.fill.bar
The transparency of a filled bar or rectangular region,
       such as a histogram bar or the box in a box plot. Value from 0 to 1,
       opaque to transparent.
col.fill.pt
Color of a filled region, such as a plotted point.
trans.fill.pt
The transparency of the inner region of a plotted point.
       Value from 0 to 1, opaque to transparent.
col.stroke.bar
Color of the border of a filled region such as a histogram
       bar.
col.stroke.pt
Color of a line or outline of a filled region, such as the
       border of a plotted point.
col.bg
Color of the plot background.
col.grid
Color of the grid lines.
col.heat
Color of the heat map for correlation matrices.
ghost
If TRUE, add a black background, transparent grid lines
       and transparency for the bars. Overrides individual settings for
       those values. Setting to FALSE has no effect.
n.cat
Number of categories, which specifies the largest number of unique
        values of variable of a numeric data type for which the variable will be
        analyzed as categorical. Default is turned off, a value of 0.
quiet
If TRUE then some functions suppress console output.
brief
If set to TRUE, reduced text output. Can change system default
       with set function. width
Maximum width of each line displayed at the console, just accesses
        the standard R options function for width.
show
Option for showing all settings.