stat_median_line: Helper function for calculating median stat for...

View source: R/polya_helper_functions.R

stat_median_lineR Documentation

Helper function for calculating median stat for violin/boxpolot ggplot plots

Description

Helper function for calculating median stat for violin/boxpolot ggplot plots

Usage

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

Arguments

mapping
data
geom
position
na.rm
show.legend
inherit.aes
...

smaegol/nanotail documentation built on June 29, 2024, 12:35 a.m.