create_puzzle_plot: Plot a nonogram puzzle

Description Usage Arguments Value

Description

Plot a nonogram puzzle

Usage

1
2
create_puzzle_plot(puzzle, solution_matrix = NULL, show_clues = TRUE,
  title = NULL, base_size = 11, col_spacing = 0, row_spacing = 0)

Arguments

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

Value

ggplot2 object


coolbutuseless/nonogram documentation built on May 5, 2019, 3:45 a.m.