round_robin_fixture {SportsTour}R Documentation

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

Description

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

Usage

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

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

[Package SportsTour version 0.1.0 Index]