On Tue, Sep 21, 2010 at 8:34 AM, Ralf B <ralf.bie...@gmail.com> wrote:
> in order to save space for a publication, it would be nice to have a
> combined scatter and density plot similar to what is shows on
>
Not quite the same thing, but I like the scatterplots in Rcmdr, which
feature boxplots instead of density graphs:
require(car)
data(iris)
scatterplot(Petal.Width~Sepal.Length, reg.line=lm, smooth=TRUE, spread=TRUE,
   boxplots='xy', span=0.5, data=iris)


Regards
Liviu

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to