Description Usage Arguments References
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.
1 | printableBracket(bracket, add_seed = TRUE, add_prob = TRUE, w = NULL)
|
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. |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.