knock_out_fixture: Displays fixture for the tournament when number of teams is...

Description Usage Arguments Value Examples

View source: R/knock_out_fixture.R

Description

Displays fixture for the tournament when number of teams is not exactly power of two using the "Bye" method

Usage

1
knock_out_fixture(number_of_teams)

Arguments

number_of_teams

input numeric

Value

text

Displays fixture for the tournament along with other necessary details such as number of matches, number of rounds, number of byes etc.

Examples

1
2
number_of_teams=4
knock_out_fixture(number_of_teams)

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