This project Creates a web page presentation using R Markdown that features a plot created with Plotly and hosts the webpage on RPubs.
Data “mtcars” is taken form the ggplot2 package.
The presentation shows the scatter plot of weight vs mileage. In addition the different color of the dots are catagorized by cylinder type and the size of the dots indicates the horsepower.
## 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
## Warning: `line.width` does not currently support multiple values.
## Warning: `line.width` does not currently support multiple values.
## Warning: `line.width` does not currently support multiple values.