powered by
This entry gives simulated spending data for Americans during Thanksgiving in 2009 based on findings of a Gallup poll.
thanksgiving_spend
A data frame with 436 observations on the following 1 variable.
Amount of spending, in US dollars.
library(ggplot2) ggplot(thanksgiving_spend, aes(x = spending)) + geom_histogram(binwidth = 20)
Run the code above in your browser using DataLab