Description Usage Format Source Examples
Heights of all NBA players from the 2008-9 season.
1 | data("nba.heights")
|
A data frame with 435 observations (players) on the following 4 variables.
last.name
Last name.
first.name
First name.
h.meters
Height, in meters.
h.in
Height, in inches.
Collected from http://www.nba.com.
1 2 | data(nba.heights)
qqnorm(nba.heights$h.meters)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.