printableBracket: Generate a printable NCAA bracket

Description Usage Arguments References

Description

Given an NCAA tournament bracket (a list of slots and who won the game) this function will plot the bracket in a way that can be printed off.

Usage

1
printableBracket(bracket, add_seed = TRUE, add_prob = TRUE, w = NULL)

Arguments

bracket

A bracket to print off

add_seed

Add the team's seed in parenthesis

add_prob

Add the team's probability of making it this far

w

Women's or Men's bracket. 1 for women, 0 for men. If NULL, will be infered from the first row of data.

References

http://www.kaggle.com/c/march-machine-learning-mania-2015/forums/t/12775/printable-bracket-for-r http://www.kaggle.com/c/march-machine-learning-mania-2015/forums/t/12627/simulating-the-tournament http://www.kaggle.com/c/march-machine-learning-mania/forums/t/7309/printable-bracket-in-r https://github.com/chmullig/marchmania/blob/master/bracket.R


zachmayer/kaggleNCAA documentation built on May 4, 2019, 9:03 p.m.