daattali / ggExtra

📊 Add marginal histograms to ggplot2, and more ggplot2 enhancements
http://daattali.com/shiny/ggExtra-ggMarginal-demo/
Other
383 stars 45 forks source link

ggExtra with facets #15

Closed MarcinKosinski closed 9 years ago

MarcinKosinski commented 9 years ago

Is it possible to use your fantastic package to create a plot described in this question :)?

daattali commented 9 years ago

Oh geez that looks scary to implement. Unfortunately no :stuck_out_tongue:
If someone wants to attempt tackling this, they're welcome to do it and submit a pull request when ready. But dealing with facets is extremely hard and I doubt I'll ever implement something like this. Fair question though. Sorry :)

MarcinKosinski commented 9 years ago

Someone has answered my question and there appears to be such package and functionality :)

Have you considered the GGally package available on CRAN? It offers the ggpairs function which can generate plots > similar to the one you show. It also allows ggplot2 and GGally objects to be combined in several ways

2015-09-14 18:57 GMT+02:00 Dean Attali notifications@github.com:

Closed #15 https://github.com/daattali/ggExtra/issues/15.

— Reply to this email directly or view it on GitHub https://github.com/daattali/ggExtra/issues/15#event-408895198.

daattali commented 9 years ago

Phew, awesome! Thanks for mentioning the package in case someone else is looking for this in the future