plt_grid {RSDK} | R Documentation |
plt_grid()
Description
This function plots a given sudoku grid
Usage
plt_grid(X)
Arguments
X |
A sudoku grid |
Value
a plot of the grid
Examples
plt_grid(X=grid_gen_cplt())
[Package RSDK version 1.0.1 Index]