Displaying 15 results from an estimated 15 matches for "ggally".
2013 Jun 12
1
GGally installation problems
Hi,
I was trying to install the GGally package, but was getting errors. Here is what I get:
> install.packages("GGally")
Installing package(s) into ‘/Users/ts2w/Library/R/2.15/library’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘GGally’ is not available (for R version 2.15.2)
> install.packages(&...
2010 Jan 21
0
GGally - Plot Matrix Extension for GGplot2
GGally: 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....
2010 Jan 21
0
GGally - Plot Matrix Extension for GGplot2
GGally: 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....
2010 Jan 22
0
[R-pkgs] GGally - Plot Matrix Extension for GGplot2
Barret Schloerke wrote:
> GGally: a companion to GGplot2.
>
Where is it available? I don't find it on CRAN or R-Forge
--
Michael Friendly Email: friendly AT yorku DOT ca
Professor, Psychology Dept.
York University Voice: 416 736-5115 x66249 Fax: 416 736-5814
4700 Keele Street http://www.math.yorku.ca/SCS/...
2013 Jun 11
2
ggpairs in GGally replaces plotmatrix in ggplot2
...gt; To: r-help at r-project.org
> Subject: Re: [R] 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...
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-project.org wrote:...
2016 Apr 29
2
lm() with spearman corr option ?
Hi,
A following function was kindly provided by GGally?s maintainer, Barret Schloerke.
function(data, mapping, ...) {
p <- ggplot(data = data, mapping = mapping) +
geom_point(color = I("blue")) +
geom_smooth(method = "lm", color = I("black"), ...) +
theme_blank() +
theme(panel.border...
2013 Oct 10
1
pairs plot
...t 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 Jan 17
2
error installing KEGGSOAP
...#39;forecast', 'foreign', 'fpc', 'fracdiff', 'fRegression', 'FrF2', 'FrF2.catlg128', 'fTrading',
'fUnitRoots', 'gamlss', 'gamlss.data', 'gamlss.dist', 'gclus', 'gdata', 'geoR', 'GGally', 'ggm',
'ggplot2', 'gmodels', 'gridBase', 'gWidgets', 'gWidgetstcltk', 'HH', 'Hmisc', 'httr', 'igraph',
'igraph0', 'inline', 'ipred', 'isa2', 'JavaGD', 'JGR', ...
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.
2010 Aug 22
2
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* DCGL (1.0)
Bao-Hong Liu
http://crantastic.org/packages/DCGL
Functions for basic differential coexpression analyses: gene
filtering, link filtering, DCG (Differentially-Coexpressed Gene)
identification and DCL (Differentially-Coexpressed Links)
identification.Two algorithms,named DCP and DCe, are provided for
2016 Dec 20
3
Unexpected I(NULL) output
Hi all,
I believe there is an issue with passing NULL to the function I().
class(NULL) # "NULL" (as expected)
print(NULL) # NULL (as expected)
is.null(NULL) # TRUE (as expected)
According to the documentation I() should return a copy of its input
with class "AsIs" preprended:
class(I(NULL)) # "AsIs" (as expected)
print(I(NULL)) # list() (not expected!
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
2012 Apr 15
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* disclapmix (0.1)
Maintainer: Mikkel Meyer Andersen
Author(s): Mikkel Meyer Andersen and Poul Svante Eriksen
License: GPL-2
http://crantastic.org/packages/disclapmix
disclapmix makes inference in a mixture of Discrete Laplace
distributions using the EM algorithm.
* EstSimPDMP (1.1)
Maintainer: Unknown
Author(s):
2010 Jul 18
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* allan (1.0)
Alan Lee
http://crantastic.org/packages/allan
Automates Large Linear Analysis Model Fitting
* andrews (1.0)
Jaroslav Myslivec
http://crantastic.org/packages/andrews
Andrews curves for visualization of multidimensional data
* anesrake (0.3)
Josh Pasek
http://crantastic.org/packages/anesrake
This