MSG (version 0.3)

tvearn: Top TV earners

Description

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

Arguments

References

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

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataCamp Workspace