Intro

Make a page introduction utilizing R Markdown that includes a plot made with Plotly. Host your page on either GitHub Pages, RPubs, or NeoCities. Your website page must contain the date that you made the report, and it must contain a plot made with Plotly.

Using mtcars Dataset

We will attempt to appreciate the relationship of different variables to mileage of gas (‘mpg’).

Let us plot weight (‘wt’) versus mileage (‘mpg’) along the x/y tomahawks. We will envision the quantity of chambers (‘cyl’) as shadings and the measure of strength (‘hp’) as the size of an individual point in the plot. ## Visualizing

## Warning: package 'plotly' was built under R version 3.6.3
## Warning: package 'ggplot2' was built under R version 3.6.3
## Warning: `arrange_()` is deprecated as of dplyr 0.7.0.
## Please use `arrange()` instead.
## See vignette('programming') for more help
## This warning is displayed once every 8 hours.
## Call `lifecycle::last_warnings()` to see where this warning was generated.
## 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.