Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 613 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 613 Bytes

Iris-flower-analysis

Explore the Iris dataset through interactive visualizations using R and Plotly

Installation

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")

Usage

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.