tvearn: Top TV earners

Description References Examples

Description

The pay per episode for actors as well as other information.

References

https://flowingdata.com/2011/02/15/visualize-this-tvs-top-earners/

Examples

1
2
3
4
5
data(tvearn)
plot(pay ~ rating, data = tvearn)
library(ggplot2)
qplot(pay, data = tvearn, geom = "histogram", facets = gender ~ ., binwidth = 20000)
qplot(rating, pay, data = tvearn, geom = c("jitter", "smooth"), color = type)

MSG documentation built on July 22, 2021, 1:06 a.m.