library(ggplot2)
m <-
ggplot(mpg, aes(displ, 1 / hwy)) +
geom_point()
m + stat_quantile()
m + stat_quantile(method = "rqss")
m + stat_quantile(method = "rqss", lambda = 0.1)
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.