Usage
simpleTheme(col, alpha,
cex, pch, lty, lwd, font, fill, border,
col.points, col.line,
alpha.points, alpha.line)
Arguments
col, col.points, col.line
A color specification. col
is used for components
plot.symbol
, plot.line
, plot.polygon
,
superpose.symbol
, superpose.line
, and
superpose.polygon
.
alpha, alpha.points, alpha.line
A numeric alpha transparency specification. The same rules as
col
, etc., apply.
cex, pch, font
Parameters for points. Applicable for
components plot.symbol
(for which only the first component is
used) and superpose.symbol
(for which the arguments can be
vectors).
lty, lwd
Parameters for lines. Applicable for
components plot.line
(for which only the first component is
used) and superpose.line
(for which the arguments can be
vectors).
fill
fill color, applicable for components plot.symbol
,
plot.polygon
, superpose.symbol
, and
superpose.polygon
.
border
border color, applicable for components
plot.polygon
and superpose.polygon
.