Draw a wordsearch puzzle
# S3 method for wordsearch
plot(
x,
solution = FALSE,
clues = TRUE,
title = "",
puzzle_size = NULL,
legend_size = NULL,
...
)
ggplot object
wordsearch object (class: wordsearch)
show solution? (logical/scalar)
show clues? (logical/scalar)
puzzle title (character/scalar)
letter size of puzzle; ignore to auto-size (numeric/scalar)
letter size of word list; set to NULL to auto-size (numeric/scalar)
additional plotting args