Description Usage Format Source Examples
This dataset contains a subset of the fuel economy data that the EPA makes available on http://fueleconomy.gov. It contains only models which had a new release every year between 1999 and 2008 - this was used as a proxy for the popularity of the car.
1 |
A data frame with columns:
The variable is character. manufacturer name
The variable is character. model name
The variable is numeric. engine displacement, in litres
The variable is integer. year of manufacture
The variable is integer. number of cylinders
The variable is character. type of transmission
The variable is character. the type of drive train, where f = front-wheel drive, r = rear wheel drive, 4 = 4wd
The variable is integer. city miles per gallon
The variable is integer. highway miles per gallon
The variable is character. fuel type
The variable is character. 'type' of car
https://github.com/tidyverse/ggplot2
1 2 3 4 | ## Not run:
mpg
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.