2026-01-07

library(plotly)

Interactive Iris Scatter Plot

plot_ly( data = iris, x = ~Sepal.Length, y = ~Petal.Length, color = ~Species, type = “scatter”, mode = “markers” )

Conclusion

This presentation contains:

A recent date

An interactive Plotly graph

A presentation format