powered by
Displays fixture for the tournament for a given number of team using "staircase" or "cyclic" method
round_robin_fixture(number_of_teams,method)
numeric
method for setting fixture "staircase" for staircase method and "cyclic" for cyclic method
Displays fixture for the tournament
# NOT RUN { number_of_teams=4 round_robin_fixture(number_of_teams,method="staircase") # }
Run the code above in your browser using DataLab