Usage
theme(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"), lab.size=getOption("lab.size"),
quiet=getOption("quiet"), brief=getOption("brief"),
results=getOption("results"), explain=getOption("explain"),
interpret=getOption("interpret"), document=getOption("document"),
code=getOption("code"),
width=120, show=FALSE)
set(...)
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 that specifies the largest number of unique
equall-spaced values of variable of a numeric data type for which the
variable will be analyzed as categorical. Applies to
S
lab.size
Size of labels for x and y axes.
quiet
If TRUE
then some functions suppress console output.
brief
If set to TRUE
, reduced text output. Can change system default
with theme
function. results
For the R markdown file generated by the knitr.file option,
show the results.
explain
For the R markdown file generated by the knitr.file option,
explain the results.
interpret
For the R markdown file generated by the knitr.file option,
interpret the results.
document
For the R markdown file generated by the knitr.file option,
documents the code that generated the results.
code
For the R markdown file generated by the knitr.file option,
shows the code that generated the results.
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.