stat_mean_line: Stat Mean Line

View source: R/stat_mean_line.R

stat_mean_lineR Documentation

Stat Mean Line

Description

Plots a mean of all data in the facet in ggplot, taken from here https://stackoverflow.com/questions/46327431/

Usage

stat_mean_line(
  mapping = NULL,
  data = NULL,
  geom = "hline",
  position = "identity",
  na.rm = FALSE,
  show.legend = NA,
  inherit.aes = TRUE,
  ...
)

Arguments

x

x

y

y


willdrysdale/wsdmiscr documentation built on Aug. 26, 2023, 12:31 a.m.