This project corresponds to the third week assignment of the Developing Data Products Coursera course by Johns Hopkins University. The goal of this project is to create an interactive plot using the R Markdown solution and the R package Plotly.
In order to do the project, I will use the 'trees' dataset contained in the 'datasets' package.
The dataset contains 31 rows and 3 variables as follows:
## Girth Height Volume ## 1 8.3 70 10.3 ## 2 8.6 65 10.3 ## 3 8.8 63 10.2