plot.mdl_forum_posts {moodleR} | R Documentation |
Wordcloud Plot
Description
Create a simple wordcloud plot based on a mdl_posts object.
Usage
## S3 method for class 'mdl_forum_posts'
plot(x, use_base_graphics = FALSE, ...)
Arguments
x |
a lazy tbl reference or data.frame. |
use_base_graphics |
Should base graphics be produces instead of ggplot? |
... |
passed to ggplot or base graphics |
Value
A ggplot
[Package moodleR version 1.0.1 Index]