View source: R/geom_x_median.R
| geom_x_median | R Documentation | 
Lines defined by median value of x
geom_x_median(
  mapping = NULL,
  data = NULL,
  ...,
  x,
  na.rm = FALSE,
  show.legend = NA
)
| show.legend | 
library(ggplot2)
ggplot(data = cars, mapping = aes(x = speed, y = dist)) +
geom_point() + geom_x_median()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.