TOP20: Tennis Income

Description Usage Format Source References Examples

Description

TOP20 contains data (in millions of dollars) corresponding to the earnings of 15 randomly selected tennis players whose earnings fall somewhere in positions 20 through 100 of ranked earnings.

Usage

1

Format

A data frame with 15 observations on the following variable:

Source

https://www.atptour.com/

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. 2015. Probability and Statistics with R, Second Edition. Chapman & Hall / CRC.

Examples

1
2
3
ggplot(data = TOP20, aes(x = income)) + 
geom_histogram(binwidth = 1, fill = "lightblue", color = "blue") + 
labs(x = "yearly income in millions of dollars")

Example output

Loading required package: lattice
Loading required package: ggplot2

PASWR2 documentation built on Sept. 5, 2021, 5:44 p.m.