13 November 2016

Summary.

This is the report of the design of a web page using R Markdown that features a plot created with Plotly package. The "airquality" data set is going to be use

Load packages.

Let's load the packages needed. If you haven't download them do it first.

library("plotly","ggplot2","airquality")
airquality<-airquality

Plot created with Plotly.

Let’s create the plot “Wind vs Temperature” using basic plotly commands.