library(ggplot2)
ggplot(mpg, aes(displ, hwy, colour = drv)) +
geom_point() +
stat_mk(size = 1) +
geom_smooth(method = "lm", se = FALSE, linetype = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.