Learn R Programming

RSDK (version 1.0.1)

plt_grid: 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

Run this code
# NOT RUN {
plt_grid(X=grid_gen_cplt())
# }

Run the code above in your browser using DataLab