2024-09-06

Introduction

This app allows users to explore the famous Iris dataset interactively.

Features

  • Choose species (Setosa, Versicolor, Virginica)
  • Select X and Y axis variables
  • Choose plot type (scatter, boxplot)

Demo

plot(iris$Sepal.Length, iris$Sepal.Width, col = iris$Species)

Benefits

  • Easy to use
  • Visually appealing data exploration
  • Interactive filtering

Conclusion