Explore the Iris dataset through interactive visualizations using R and Plotly
To run this project, you will need RStudio installed on your computer, along with the following R packages:
install.packages("plotly")
install.packages("dplyr")
install.packages("data.table")
install.packages("tidyr")
install.packages("lubridate")
To use this project, clone this repository and open the iris_visualization.R file in your RStudio. You can run the script directly to see the visualizations, or you can modify it to explore different aspects of the data.