Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 414 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 414 Bytes

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:

  1. roundrobin() - A function to create match schedules for sports leagues.
  2. leaguetable() - A function to create league tables based on a dataset containing the results of sport matches.