calculate_game_score | R Documentation |
This function calculates game score using the USA Ultimate Rankings Algorithm. It returns the game score for the winning team.
calculate_game_score(winner_score, loser_score)
winner_score |
The score of the winning team. |
loser_score |
The score of the losing team. |
calculate_game_score(13,12) calculate_game_score(13,6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.