Learn R Programming

moodleR (version 1.0.1)

plot.mdl_grades: Plot Moodle Grades

Description

Histogram (density) of normalized grades

Usage

# S3 method for mdl_grades
plot(x, use_base_graphics = FALSE, ...)

Value

A ggplot or base graphic plot

Arguments

x

a lazy tbl reference

use_base_graphics

Should base graphics be used (instead of ggplot)

...

passed along to ggplot or base graphic function