calculate_game_score: Calculate game score from a game result

View source: R/game_scores.R

calculate_game_scoreR Documentation

Calculate game score from a game result

Description

This function calculates game score using the USA Ultimate Rankings Algorithm. It returns the game score for the winning team.

Usage

calculate_game_score(winner_score, loser_score)

Arguments

winner_score

The score of the winning team.

loser_score

The score of the losing team.

Examples

calculate_game_score(13,12)
calculate_game_score(13,6)

bbwieland/fRisbee documentation built on Aug. 30, 2022, 11:18 p.m.