Description Usage Format Examples
Survey of 218 students, collecting information on their GPAs and their academic major.
| 1 | data("major.survey")
 | 
A data frame with 218 observations on the following 2 variables.
gpaGrade point average (GPA).
majorArea of academic major.
| 1 2 | data(major.survey)
plot(major.survey$major, major.survey$gpa)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.