Description
Tools for Sports Competitions.
Description
Contains two functions related to sports competitions. One to create league tables and one to create a match schedule.
README.md
TouRnament
R package with functions related to sports competitions. In the current state the implemented functions are with the main focus on soccer, but may of course be used for other sports.
Currently implemented:
- roundrobin() - A function to create match schedules for sports leagues.
- leaguetable() - A function to create league tables based on a dataset containing the results of sport matches.