powered by
Poker winnings (and losses) for 50 days by a professional poker player.
poker
A data frame with 49 observations on the following variable.
Poker winnings and losses, in US dollars.
# NOT RUN { library(ggplot2) ggplot(poker, aes(x = winnings)) + geom_histogram(binwidth = 250) # }
Run the code above in your browser using DataLab