plot.wordsearch | R Documentation |
Draw a wordsearch puzzle
## S3 method for class 'wordsearch' plot( x, solution = FALSE, clues = TRUE, title = "", puzzle_size = NULL, legend_size = NULL, ... )
x |
wordsearch object (class: wordsearch) |
solution |
show solution? (logical/scalar) |
clues |
show clues? (logical/scalar) |
title |
puzzle title (character/scalar) |
puzzle_size |
letter size of puzzle; ignore to auto-size (numeric/scalar) |
legend_size |
letter size of word list; set to NULL to auto-size (numeric/scalar) |
... |
additional plotting args |
ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.