poker | R Documentation |
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.
Anonymity has been requested by the player.
library(ggplot2)
ggplot(poker, aes(x = winnings)) +
geom_histogram(binwidth = 250)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.