plot.crossword | R Documentation |
Plot a crossword puzzle
## S3 method for class 'crossword' plot( x, solution = FALSE, clues = FALSE, title = "Crossword Puzzle", legend_size = 4, ... )
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 |
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.