plot_odds: Plot horse's odds of winning first, second, and third, or...

Description Usage Arguments Value Examples

Description

Plot horse's odds of winning first, second, and third, or showing

Usage

1
plot_odds(race_df, picks)

Arguments

race_df,

a data frame that has been passed through generate_psodds, so it has columns for each horse's odds of winning 1st, 2nd, and 3rd, or showing

picks,

a character containing the horses whose odds of winning first, second, and third you want to see

Value

a ggplot for each horse

Examples

1
2
exacta(Kentucky_derby, c('Nyquist','Exaggerator'))
exacta(race, my_picks)

stumash1/HorsePackage documentation built on May 30, 2019, 8:35 p.m.