plot.crossword {worrrd} | R Documentation |
Plot a crossword puzzle
Description
Plot a crossword puzzle
Usage
## S3 method for class 'crossword'
plot(
x,
solution = FALSE,
clues = FALSE,
title = "Crossword Puzzle",
legend_size = 4,
...
)
Arguments
x |
a crossword object (see |
solution |
show solution? (logical/scalar) |
clues |
show clues? (logical/scalar) |
title |
puzzle title (character/scalar) |
legend_size |
letter size of word list; set to NULL to auto-size (numeric/scalar) |
... |
additional printing args |
Value
ggplot2 object
[Package worrrd version 0.1.0 Index]