mwc | R Documentation |
Look up match winning chances at different scores in a given match equity table
mwc(x, y, met)
x |
number of points that player needs |
y |
number of points that opponent needs |
met |
match equity table |
double. Match winning chance
met <- get_met() # Get the default Kazaross XG2 table
mwc(3, 5, met) # Match winning chance at 3-away, 5-away
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.