knock_out_fixture {SportsTour}R Documentation

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

Description

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

Usage

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

number_of_teams=4
knock_out_fixture(number_of_teams)

[Package SportsTour version 0.1.0 Index]