Description Usage Arguments Value Examples
create a board by matrix
1 | generate_board_mat(n = 5, p = 0.25)
|
n |
, the length size of the board |
p |
the ratio of the balck borad |
a new borad
1 2 3 | generate_board_mat(5,0.25)
generate_board_mat(n = 8, p = 0.75)
generate_board_mat(n = 8, p = 0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.