This is a feature request for mosaicplot, including the
suggestion for the code changes (mosaicplot.R) and docs
(mosaicplot.Rd) by Wolfram Fischer and myself,
diff'ed to 1.6.0 beta (2002-09-14):
Uwe Ligges
.../src/library/base/R/mosaicplot.R:
====================================================
11a12,13
### Changes by W. Fischer and U. Ligges:
## - Deparsing x in for main title. New arguments: sub, las, cex.axis
14,15c16,19
< function(x, main = NULL, xlab = NULL, ylab = NULL, sort = NULL, off =
< NULL, dir = NULL, color = FALSE, shade = FALSE, margin = NULL,
---
function(x, main = deparse(substitute(x)), sub = NULL, xlab = NULL,
ylab = NULL, sort = NULL, off = NULL, dir = NULL,
color = FALSE, shade = FALSE, margin = NULL,
cex.axis = 0.66, las = par("las"),
\method{mosaicplot}{default}(x, main = deparse(substitute(x)),
sub = NULL, xlab = NULL, ylab = NULL,
10a12
cex.axis = 0.66, las = par("las"),
18a21
\item{sub}{character string for the mosaic sub-title (at bottom).}
44a48,50
\item{cex.axis}{The magnification to be used for axis annotation,
defaults to the current multiplied by 0.66.}
\item{las}{numeric; the style of axis labels, see \code{\link{par}}.}
====================================================
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._