possible_XYK: Returns a matrix of XY, XYK data

Description Usage Arguments Examples

Description

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

Usage

1
possible_XYK(XY_base = c(1, 1, 1, 1), k = 1)

Arguments

XY_base

is the data before considering K data

k

number of clues sought

Examples

1
2
possible_XYK()
possible_XYK(XY_base  = c(1,1,1,0), k=2)

macartan/biqq documentation built on May 6, 2019, 6:03 p.m.