Description Usage Arguments Value Examples
Given a list of n team names, generate a program of n-1 Rounds where each team plays each other team precisely once. If n is odd the teams are augmented by a dummy team <Bye>.
1 2 3 4 5 6 7 |
teams |
Either an interger specifing the number of teams, or a character string vector giving their names |
alphabetical |
logical: should the teams be alphabetically ordered, if necessary? |
reorder |
logical: within each round should the games be listed in alphabetical order of the "Home" team? |
A 3-dimensional (n/2 x 2 x (n-1)) array giving the entire tournament
1 2 3 | (Season2019 <- round_robin(NRL))
summary(Season2019)
summary(Season2019, "travel")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.