Week 3 Assignment

author: Archel Taneka date: October 18 2021 autosize: true

Project Overview

This project creates a web page presentation using R Markdown that features a plot created with Plotly. In this presentation we will take a look at the mtcars dataset and letโ€™s see if we can create a meaningful plot.

mtcars Dataset

First, look inside the dataset

## Loading required package: ggplot2
## 
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
## 
##     last_plot
## The following object is masked from 'package:stats':
## 
##     filter
## The following object is masked from 'package:graphics':
## 
##     layout

Car horsepower plotted against mpg (miles per gallon) according to the number of cylinders