This project is designed to explore the well-known Iris dataset through interactive visualizations created using the Plotly library in R. The goal is to provide insights into the Iris flower species data, emphasizing patterns and relationships between different measurements.
- Interactive Visualizations: Utilize Plotly to explore interactive histograms, scatter plots, and more.
- Comprehensive Data Analysis: Includes various statistical analyses to understand the Iris dataset deeply.
- Dynamic User Interface: Easy to navigate and use, providing a user-friendly environment for data exploration.
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.
This project is licensed under the MIT License