Closed leeper closed 6 years ago
It is also the reason that there is an NA
level in the legend when group
is specified.
Hi Thomas,
I'm encountering this issue where feature_headers = TRUE messes with faceting and adds an NA facet. I see that this undesirable NA facet is still in your example:
So I figure you have not resolved the bug yet. Is there any way to drop the NA facet and keep feature headers at this time?
Thanks for your help and for this invaluable package!
Laird
The
feature_headers
code inplot.cj_...()
methods modifiesx
filling in all other variables in the dataset withNA
. This messes with facetting by adding an (undesirable)NA
facet.