draw_grade_distribution.RdFunction drawing the distribution of grades as a barplot.
draw_grade_distribution(student_grades, pass, increment)Tibble. Table with each "student" id, the maximum number of "points", and the "grade".
Numeric. Value above which students validate.
Numeric. Size of breaks.
A ggplot object ready for rendering.