[R] Feature request: add boxplot()s to current plot (given x[i])

Martin Maechler maechler at stat.math.ethz.ch
Fri Dec 10 17:07:39 CET 1999


(as the subject says)
It makes sense to add (say k) boxplots to a given plot,
using the given coordinate system.

Currently, the calling sequence
	     boxplot -> boxplot.default() -> bxp()
[modeled after S]
doesn't allow this, since  bxp() explicitly
sets up the coordinate system.

One way would be to add an "add = TRUE" argument to boxplot(.) and bxp(.)
and then additionally specify the (k) x-locations to use.

Has anybody already done something like this?

Martin Maechler <maechler at stat.math.ethz.ch>	http://stat.ethz.ch/~maechler/
Seminar fuer Statistik, ETH-Zentrum  LEO D10	Leonhardstr. 27
ETH (Federal Inst. Technology)	8092 Zurich	SWITZERLAND
phone: x-41-1-632-3408		fax: ...-1228			<><
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help 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-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list