tp | R Documentation |
Calculate cubeless, gammonless take points at different scores
tp(x, y, cube, met, last_roll = FALSE)
x |
number of points that player needs |
y |
number of points that opponent needs |
cube |
cube value (before doubling) |
met |
match equity table |
last_roll |
treat this as a last roll position; no automatic redouble available |
double. Take point
met <- get_met() # Get the default Kazaross XG2 table
tp(3, 5, 1, met)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.