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
Is it possible to make a group by several columns (without mappings to other aesthetics)? For example like this: group = listOf("col1", "col2")
group = listOf("col1", "col2")
The text was updated successfully, but these errors were encountered:
No, collection of column names is not supported as a value of aesthetic. It must be either a name or a collection of values (data).
Sorry, something went wrong.
Just stumbled upon the "interaction" fun in R: group = interaction(dir, grp)
group = interaction(dir, grp)
https://stackoverflow.com/questions/50604055/ggplot2-geom-bar-position-failure
No branches or pull requests
Is it possible to make a group by several columns (without mappings to other aesthetics)? For example like this:
group = listOf("col1", "col2")
The text was updated successfully, but these errors were encountered: