I'm runnng Ubuntu 12.10.
John Kane
Kingston ON Canada
> -Original Message-
> From: istaz...@gmail.com
> Sent: Tue, 11 Jun 2013 17:54:55 -0400
> To: kw1...@gmail.com
> Subject: Re: [R] ggpairs in GGally replaces plotmatrix in ggplot2
>
> I think the ggpairs equival
I think the ggpairs equivalent is
ggpairs(dat1, upper=list(continuous="points"), axisLabels="show")
oddly enough.
ggpairs(dat1)
should default to the same graph as
plotmatrix(dat1)
but there seems to be a conflict between the default
axisLabels="internal" and density plots. Or something. Ther
I don't think I understand exactly what you want. Can you resent the attachment
perhaps as a png or pdf file?
And you're right it does not recreate the plotmatrix plot. I find the ggpairs
output less than completely intuitive but I may be okay with it in a while.
OTOH I may have to ask RStud
Yes. I was able to run it in RStudio but it did seem much slower than in R.app
(on the Mac).
Note that the "it" that I ran still didn't give the same results as plotmatrix.
Thanks,
KW
--
On Jun 11, 2013, at 11:16 AM, John Kane wrote:
> Note that the code below might not work in RStudio. I a
John,
Thanks for that. Unfortunately it doesn't reproduce the chart in the plotmatrix
call from the original question.
That chart had what looked like densities (I think that is correct as I looked
at the plotmatrix code) down the diagonal.
I am not sure which options would give that result in
code works fine and fairly
fast in a terminal.
John Kane
Kingston ON Canada
> -Original Message-
> From: jrkrid...@inbox.com
> Sent: Tue, 11 Jun 2013 06:48:31 -0800
> To: kw1...@gmail.com, r-help@r-project.org
> Subject: [R] ggpairs in GGally replaces plotmatrix in ggplot2
Hi Keith,,
ggpairs(dat1, upper = list(continuous = "density", combo = "box"))
appears to be what you want.
John Kane
Kingston ON Canada
> -Original Message-
> From: kw1...@gmail.com
> Sent: Tue, 11 Jun 2013 09:25:48 -0400
> To: r-help@r-project.org
> Subject: Re: [R] R-help Digest, Vo
7 matches
Mail list logo