Description Usage Arguments Value
Plot a nonogram puzzle
1 2 | create_puzzle_plot(puzzle, solution_matrix = NULL, show_clues = TRUE,
title = NULL, base_size = 11, col_spacing = 0, row_spacing = 0)
|
puzzle |
puzzle object |
solution_matrix |
solution matrix. optional |
show_clues |
whether or not to show the clues along the axes. default: TRUE |
title |
plot title. default: NULL |
base_size |
base size for ggplot theme. default 11 |
col_spacing |
fractional extra spacing between columns |
row_spacing |
fractional extra spacing between rows |
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.