10 10 2020

My presentation

This is a plot using R library ‘Plotly’.

Slide with R code

plot_ly(mtcars, x = ~hp, y = ~mpg, color = ~as.factor(cyl),
        size = ~wt, mode = "markers", type = "scatter")

Slide with Plot