Home>
Hello everyone!
I can not figure out how to add to the columns of my histogram of signatures of values. The code looks like this:
GgPlot (Data= Appliers, AES (X= YEAR)) + geom_histogram (Stat= 'Count', position= 'Dodge', AES (Fill= Sex)) + scale_fill_brewer (palette= 'accent') + Theme_bw ()
I am interested in how to make a signature so that they reflect the number of participants of each floor, but if it still turns out to reflect the interest ratio, it will be generally wonderful. It seems to me that the decision should be somehow simple, but I did not find it.
Duplicate-based example: GGPlot (MPG, AES (Class) + geom_histogram (STAT= "Count") + geom_label (Stat= "Count", AES (label= .. count ..))
aleksandr barakin2021-06-03 16:51:33Related questions
- r : Change ggplot legend options
- Visualization of the multiple regression model
- R. Add correct legend to ggplot plot
- r - about handling geom_vline in ggplot2
- i don't know how to format data for graph drawing with r and ggplot
- coastline plot in r
- r - i want to use a function instead of opts in ggplot2
- i want to specify the bubble color using variables in the data frame with ggplot2 of r
- cannot create line graph with ggplot2
Possible duplicate question: How to add data values variable over Barplot columns?
aleksandr barakin2021-06-04 16:51:23