png64 {moodler}R Documentation

png64 Function

Description

This function creates a plot object that can be used in a moodle quiz

Usage

png64(plt)

Arguments

plt

some graph object

Examples

plt <- ggplot(mtcars, aes(x=disp, y=mpg))+geom_point()
plt64 <- png64(plt)

[Package moodler version 0.1.1 Index]