Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
In the current version, when creating a grouped bar plot with
fill, user needs to specify the optionadd.params = list(group = )for adding error bars by group.It would be great if ggbarplot() can automatically create error bars by groups when users forget the option
add.params = list(group = )