08 of June, 2019

## Warning: package 'plotly' was built under R version 3.5.3
## Loading required package: ggplot2
## Warning: package 'ggplot2' was built under R version 3.5.3
## 
## 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
plot_ly(iris, x = iris$Petal.Length, y = iris$Petal.Width, mode = "markers", color = as.factor(iris$Species), type = "scatter")

Plotting Petal Length and Width based on Species