View source: R/set-trellis-function.R
set.trellis | R Documentation |
Define defaults for lattice plotting (cf. settrellis in the Hmisc library)
set.trellis(col=c(8,6,6,6),pch=c(1,16))
xyplot(I(rnorm(100))~rnorm(100))
col |
is the vecor of colors |
lty |
is the vector of line types |
lwd |
is the vector of line widths |
cex |
is the vector of symbol sizes |
font |
is the font |
what |
is "all" or "plot.line" |
trace: |
If true the function becomes verbose. |
void. The side effect is that the trellis/lattice parameters have changed.
Claus E. Andersen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.