RPubs will retire in June 2027. Your existing documents will stay accessible through December 31, 2031
and Connect Cloud is the recommended home for new publishing. Read the blog post
gravatar

DAKI2

DAKI DOMINIQUE Chabi Marcellin

Recently Published

Interactive Scatter Plot
Interactive Scatter Plot scatter_plot <- plot_ly(data = ficus, x = ~Petal_length, y = ~Petal_width, color = ~Species, type = 'scatter', mode = 'markers') %>% layout(title = "Interactive Scatter Plot of Petal Dimensions", xaxis = list(title = "Petal Length"), yaxis = list(title = "Petal Width"), legend = list(orientation = "h", y = -0.3), showlegend = TRUE) scatter_plot