[Solved] How to R present two colsums with ggplot stat_summary?
[ad_1] With ggplot, it is essential to have a single data frame with everything in it (at least for a single plotting layer, e.g., all the bars in a plot). You create a data frame of the column sums, and then try to use external vectors for the id and the grouping, which makes things … Read more