Plot a crossword puzzle
# S3 method for crossword
plot(
x,
solution = FALSE,
clues = FALSE,
title = "Crossword Puzzle",
legend_size = 4,
...
)
ggplot2 object
a crossword object (see crossword
)
show solution? (logical/scalar)
show clues? (logical/scalar)
puzzle title (character/scalar)
letter size of word list; set to NULL to auto-size (numeric/scalar)
additional printing args