Closed zkamvar closed 5 years ago
Currently, users can group by a single factor, but it's often useful to group by two factors (e.g. age group and case definition).
This could be applied to the current structure by implementing the $counts as an array.
$counts
How would you do a facet plot (in the ggplot2 sense)? Is this currently possible?
it is currently possible by adding facet_wrap(~groups)
facet_wrap(~groups)
I'm going to close this issue as the conversation as moved on to #104
Currently, users can group by a single factor, but it's often useful to group by two factors (e.g. age group and case definition).
This could be applied to the current structure by implementing the
$counts
as an array.