Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFacets with facet_wrap #30
Conversation
Codecov Report
@@ Coverage Diff @@
## master #30 +/- ##
==========================================
- Coverage 50.91% 50.84% -0.08%
==========================================
Files 18 18
Lines 2011 2018 +7
==========================================
+ Hits 1024 1026 +2
- Misses 987 992 +5
Continue to review full report at Codecov.
|
|
Thanks Ian! I updated DESCRIPTION and NEWS to add your contribution. |
Contribution discussed in feature request #6.
The implementation uses
p + facet_wrap(facet), where p is a ggplot object and facet is a string matching a variable name. If the "Facet" box could be updated to accept 2 variables, I believe you would get a grid where the order determines row vs. columns.