beanie | R Documentation |
Age and value of 50 beanie baby toys
beanie
A data frame with 50 rows and 3 columns:
Name of the toy
Age of the toy in months
Market value of the toy in US dollars
Beanie world magazine
head(beanie)
summary(beanie)
plot(beanie$age, beanie$value, xlab="Age", ylab="Value", pch="*", col="red")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.