Description Usage Arguments Value Examples
Rate a guess, given a set of available combinations
1 | rate_guess(remaining_combos, guess, FUN = max, ...)
|
remaining_combos |
matrix of all remaining available combinations |
guess |
numeric vector with a particular guess |
FUN |
function used to summarise the number of remaining combinations after a guess followed by a response |
... |
parameters to be passed on to FUN if any |
Summary of the number of combinations we can end up with after making this guess. Default is max(). So, after guessing at a code like 1234, any response will leave us with at most this number of remaining possible combinations.
1 | rate_guess(remaining_combos = combos(2, 2), guess = c(1, 1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.