Description Usage Arguments Examples
Given XY_base and number of clues sought. Standard ordering should be : XY: 00, 01, 10, 11 NOTE TO SELF: Currently there are dupicate rows to be removed
1 | possible_XYK(XY_base = c(1, 1, 1, 1), k = 1)
|
XY_base |
is the data before considering K data |
k |
number of clues sought |
1 2 | possible_XYK()
possible_XYK(XY_base = c(1,1,1,0), k=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.