Open dswingley opened 3 years ago
I'd like to facet a PieDonut, for example: PieDonut(acs,aes(smoking,Dx)) + facet_wrap(~sex)
PieDonut(acs,aes(smoking,Dx)) + facet_wrap(~sex)
I suppose because PieDonut isn't a geom, this call fails: `Error: At least one layer must contain all faceting variables: "sex".
Do you have any suggestions for integrating PieDonut methods into other ggplot functions? tx
I'd like to facet a PieDonut, for example:
PieDonut(acs,aes(smoking,Dx)) + facet_wrap(~sex)
I suppose because PieDonut isn't a geom, this call fails: `Error: At least one layer must contain all faceting variables: "sex".
Do you have any suggestions for integrating PieDonut methods into other ggplot functions? tx