Displaying 7 results from an estimated 7 matches for "ggpairs".
2013 Jun 11
2
R-help Digest, Vol 124, Issue 12
Folks,
Sorry for butting in here. I ran the code from John Kane below and it worked fine.
I did however get a deprecation message suggesting the use of ggpairs from the GGally package to make this chart.
Unfortunately I haven't found the correct incantation to get the diagonal to display the density plots using the "diag" parameter.
Any suggestions?
Just trying to learn,
Thanks,
KW
--
On Jun 11, 2013, at 6:00 AM, r-help-request at r-pro...
2013 Jun 11
2
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: kw1958 at gmail.com
> Sent: Tue, 11 Jun 2013 09:25:48 -0400
> To: r-help at r-project.org
> Subject: Re:...
2010 Jan 21
0
GGally - Plot Matrix Extension for GGplot2
...a companion to GGplot2.
GGally is a package built to produce plot matrices without the hassle
of making viewports and labels yourself. GGally is built upon the
GGplot2 framework. Keeping the functionality and feel of ggplot,
GGally has shortened common function calls and added a few new ones.
ggpairs, the main function within GGally, will take your data set and
produce a plots according to the data types given. ggpairs will
produce four different types of plots: continuous-continuous,
continuous-discrete, discrete-continuous, discrete-discrete. The
function will determine which type is needed...
2010 Jan 21
0
GGally - Plot Matrix Extension for GGplot2
...a companion to GGplot2.
GGally is a package built to produce plot matrices without the hassle
of making viewports and labels yourself. GGally is built upon the
GGplot2 framework. Keeping the functionality and feel of ggplot,
GGally has shortened common function calls and added a few new ones.
ggpairs, the main function within GGally, will take your data set and
produce a plots according to the data types given. ggpairs will
produce four different types of plots: continuous-continuous,
continuous-discrete, discrete-continuous, discrete-discrete. The
function will determine which type is needed...
2013 Oct 10
1
pairs plot
...correlation at the lower.
actually default pairs does almost what I want but looks semi awesome.
Especially, i didn't find out how to remove the axes from the lower
part where I do only want to display the numeric values correlations
there and somehow axes don't fit.
Hence I am looking at ggpairs from GGally
and calling it without parameters looks almost perfect :
but I cant find out how they got the Corr: in the upper, so I can't
put it in the lower,
and I do not know how to put the hist in the diag.
please help
--
Witold Eryk Wolski
2013 Jun 27
2
choicemodelr is misbehaving under R3.0
Hi John (and other authors of ChoiceModelR package),
I am experiencing a weird thing when using the function choicemodelr under
R3.0.1.
Before I updated to R3.0, I had used choicemodelr unde R2.15. It was always
as fast or faster than exactly the same task in Sawtooth software.
Now, I've tried to run it under R3.0.1. It seems to be doing the job. But
something is slowing it down dramatically.
2015 Nov 10
4
función par dentro de bucles, representar gráficas en bucle
Hola chic en s,
querría construir mi primera función, y tengo una duda respecto al comando
par( mfrow =c(3,3)). Primero de todo, tengo una tabla con 10 variables,
para cada variable, unos 145 datos. Quiero representar para cada variable
su gráfica de dispersión respecto a las demás. Es decir, coger la primera
variable y la segunda, y hacer gráfica, coger la primera variable y la
tercera, y hacer