Usage
theme(colors=c("blue", "gray", "rose", "green", "gold", "red", "darkred",
"dodgerblue", "purple", "sienna", "brown", "orange.black",
"gray.black", "white"), fill.bar=NULL, trans.fill.bar=NULL,
fill.pt=NULL, trans.fill.pt=NULL,
stroke.bar=NULL, stroke.pt=NULL,
se.fill=NULL, fill.ellipse=NULL,
bg=NULL, grid=NULL, box=NULL,
heat=NULL, ghost=NULL,
n.cat=getOption("n.cat"), lab.size=getOption("lab.size"),
suggest=getOption("suggest"),
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.
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.
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.
stroke.bar
Color of the border of a filled region such as a histogram
bar.
stroke.pt
Color of a line or outline of a filled region, such as the
border of a plotted point.
se.fill
Color of the fill for the standard error plot about a
fit line in a scatter plot.
fill.ellipse
Color of the fill for an ellipse in a scatter plot.
bg
Color of the plot background.
grid
Color of the grid lines.
box
Color of border around the plot background, the box, that encloses
the plot, with a default of "black"
.
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
equally-spaced values of variable of a numeric data type for which the
variable will be analyzed as categorical. Applies to
ScatterPlot
and
SummaryStats
, and also to the functions such as
Histogram
when processing multiple graphs. lab.size
Size of labels for x and y axes.
suggest
If TRUE
, then provide suggestions for alternative analyses.
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.