round_robin_fixture: Displays fixture for the tournament for a given number of...

Description Usage Arguments Value Examples

View source: R/round_robin_fixture.R

Description

Displays fixture for the tournament for a given number of team using "staircase" or "cyclic" method

Usage

1
round_robin_fixture(number_of_teams,method)

Arguments

number_of_teams

numeric

method

method for setting fixture "staircase" for staircase method and "cyclic" for cyclic method

Value

text

Displays fixture for the tournament

Examples

1
2
number_of_teams=4
round_robin_fixture(number_of_teams,method="staircase")

SportsTour documentation built on May 11, 2021, 5:07 p.m.