get_box | R Documentation |
This function returns the 3 by 3 grid on which specified row and column lie on a sudoku
get_box(board, row, col)
board |
A sudoku grid/board |
row |
specified row |
col |
specified column |
A 3 by 3 numeric matrix
b1 <- sample_boards()[[2]] get_box(b1, 4, 6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.