You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a similar issue as the ones already reported - when I run the code with facet_wrap it works, but with facet_trelliscope it gives me the following error:
Ran into a similar issue via nested df -- might occur when there are non-unique panel names? Fixed when pasted two columns together for a unique identifier
I have a similar issue as the ones already reported - when I run the code with facet_wrap it works, but with facet_trelliscope it gives me the following error:
ggplot(df, aes(x)) +
geom_histogram() +
trelliscopejs::facet_trelliscope(~y))
Error in if (is.unsorted(x[[cond_cols[1]]])) { :
missing value where TRUE/FALSE needed
Anyone has seen this type of error before?
Thanks in advance!
The text was updated successfully, but these errors were encountered: