-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data only FALSE for category #23
Comments
Thanks for the update, I tried it but now I get this error: |
Can you please provide me with a reproducible example so that I can see what's going on? |
Dear Jolars, Here is my code throwing the error above:fit <- euler(dataDF, by=dataDF$taxa) What I am expecting is something like:
Hope this is understandable, |
Seems pretty good, and I tried with my complete data and seems to work well. |
Hi,
Really nice package, very useful to create multiple Euler diagrams using categories with the by option.
But I have a problem since for some of my logical vectors, I have only FALSE values corresponding to one or multiple categories.
Is there a way to actually see that instead of having an error ( Error in stats::optimize(discdisc, interval = c(abs(r1 - r2), sum(r1, : 'xmin' not less than 'xmax' )? Like a box with missing categories or something similar?
Because the fact of missing TRUE values in some categories can be a very important result.
Hope it is possible, thanks !
The text was updated successfully, but these errors were encountered: