We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This warning emerges as part of the code introduced by #77 (see note in that PR):
Warning in ggplot2::geom_crossbar(data = stats::na.omit(focal_pointrange), : Ignoring unknown aesthetics: width
It appears when the mixture distribution plots are redrawn, which can clog the console.
Suppress for now and add a comment to explain that the behaviour is known.
Ultimate goal should be to eliminate the warning by correcting the code.
The text was updated successfully, but these errors were encountered:
wraps the crossbar geom in suppressWarnings to avoid console messages…
878301f
… about unknown aesthetics, issue tracked #82
Putting in backlog. The warning is suppressed in 878301f to be fixed later if possible.
Sorry, something went wrong.
No branches or pull requests
This warning emerges as part of the code introduced by #77 (see note in that PR):
It appears when the mixture distribution plots are redrawn, which can clog the console.
Suppress for now and add a comment to explain that the behaviour is known.
Ultimate goal should be to eliminate the warning by correcting the code.
The text was updated successfully, but these errors were encountered: