2022-06-10

Background

This is a demo presentation that will display some work we can do with plotly package in R.

#loading plotly loads ggplot2 and dplyr by default
library(plotly)
data(iris)

Distribution of Sepal Length (Histogram)

Relation of Sepal Length and Sepal Width for different Species

Boxplots made directly with plot_ly() function

Thank You!