Ista Zahn
unread,Sep 18, 2012, 1:00:54 PM9/18/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ggplot2
I hope this is not too far off topic...
The latest versions of ggplot2 and GGally on CRAN appear to be
incompatible. Is this a known issue, and is there currently a way to
get GGally working?
Thanks,
Ista
example(ggpairs)
ggpars> # plotting is reduced to the first couple of examples. Feel
free to print
ggpars> # the ggpair objects created in the examples
ggpars>
ggpars> data(tips)
ggpars> ggpairs(tips)
Waiting to confirm page change...
Error in getGrob(pGrob, "axis.text.x", grep = TRUE) :
It is only valid to get a child from a 'gTree'
In addition: Warning messages:
1: 'opts' is deprecated.
Use 'theme' instead.
See help("Deprecated")
2: 'theme_blank' is deprecated.
Use 'element_blank' instead.
See help("Deprecated")
3: 'theme_blank' is deprecated.
Use 'element_blank' instead.
See help("Deprecated")
4: 'theme_line' is deprecated.
Use 'element_line' instead.
See help("Deprecated")
5: 'opts' is deprecated.
Use 'theme' instead.
See help("Deprecated")
sionInfo()
R version 2.15.1 (2012-06-22)
Platform: i386-pc-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] grid stats graphics grDevices utils datasets methods
[8] base
other attached packages:
[1] GGally_0.3.4 reshape_0.8.4 plyr_1.7.1 stringr_0.6.1
[5] ggplot2_0.9.2.1
loaded via a namespace (and not attached):
[1] colorspace_1.1-1 dichromat_1.2-4 digest_0.5.2 gtable_0.1.1
[5] labeling_0.1 MASS_7.3-21 memoise_0.1 munsell_0.4
[9] proto_0.3-9.2 RColorBrewer_1.0-5 reshape2_1.2.1 scales_0.2.2
[13] tools_2.15.1