Skip to content
Back to formatted view

Raw Message

Message-ID: <68b1e2610907021726t54e75ae5v42af41e02d9e9495@mail.gmail.com>
Date: 2009-07-03T00:26:40Z
From: Liviu Andronic
Subject: purpose of list
In-Reply-To: <191577b80907021507j63e0d4b1x32da985e261e582e@mail.gmail.com>

On Fri, Jul 3, 2009 at 12:07 AM, Antonio P.
Ramos<ramos.grad.student at gmail.com> wrote:
> On Thu, Jul 2, 2009 at 2:27 PM, Robert W. Hayden <hayden at mv.mv.com> wrote:
>> Right now I am trying to remember how to get a scatterplot with
>> boxplots of x and y separately in the margin. ?I think I need one of
>> the packages but I don't know which.
>>
> car library by John Fox has a function that does that: I guess is
> scatterplot() or something like that
>
Easiest to find it (in my understanding) is to load Rcmdr, load some dummy data
> data(Angell, package="car") ,

and then choose "Graph > Scatterplot" which will issue smth similar
> scatterplot(mobility~hetero, reg.line=lm, smooth=TRUE, labels=FALSE,
+  boxplots='xy', span=0.5, data=Angell) ,

which I suspect would do what you need.
Liviu