panel.bwplott | R Documentation |
Extension to S-Plus trellis to allow transposed plots. All x - and y-components of the trellis object are interchanged. This function is not needed in R as lattice has a horizontal argument in its definitions.
panel.bwplott(x, y, box.ratio = 1,
font = box.dot$font, pch = box.dot$pch, cex = box.dot$cex,
col = box.dot$col, ..., transpose=FALSE)
x , y , box.ratio , font , pch , cex , col , ... |
See
|
transpose |
logical. If |
The function is used for its side effect of drawing boxplots in a trellis panel.
This function is not needed in R. If it is used and
Richard M. Heiberger <rmh@temple.edu>
xyplot
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.