2023-11-13

This is the plotly presentation assignment, where we create a presentation using R Markdown and plot any kind of data using plotly.

For this assignment, I have decided to do a simple plot of the diamonds data set, where we plot the price of each diamond against the carat value, and differentiate it by its cut.

Basic exploration plot

We can see a general trend regarding the price and carat with respect to cut. However, to better look at this data lets divide it into the different cuts.

Looking at each cut individually