lokesh97jain / Iris-flower-analysis

Explore the Iris dataset through interactive visualizations using R and Plotly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Explore the Iris dataset through interactive visualizations using R and Plotly

License:MIT License