plot.mdl_grades {moodleR}R Documentation

Plot Moodle Grades

Description

Histogram (density) of normalized grades

Usage

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

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

Value

A ggplot or base graphic plot


[Package moodleR version 1.0.1 Index]