Summary

This report is for the Coursera Data Science Specialization, Course 9:Week3: Developing Data Products.

Week 3 Assignment

Create a web page presentation using R Markdown that features a plot created with Plotly. Host your webpage on either GitHub Pages, RPubs, or NeoCities. Your webpage must contain the date that you created the document, and it must contain a plot created with Plotly.

Visualizing the IRIS Data

Dependency between sepal length and petal length using the plotly library

Using the iris dataset we plot can attempt to understand the relationship of sepal length to petal length of various species.

We plot petal length vs. sepal length spatially along the x/y axes.

## 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