Description Usage Arguments Value Examples
View source: R/round_robin_fixture.R
Displays fixture for the tournament for a given number of team using "staircase" or "cyclic" method
| 1 | round_robin_fixture(number_of_teams,method)
 | 
| number_of_teams | numeric | 
| method | method for setting fixture "staircase" for staircase method and "cyclic" for cyclic method | 
| text | Displays fixture for the tournament | 
| 1 2 | number_of_teams=4
round_robin_fixture(number_of_teams,method="staircase")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.