stamp_normal_dist_zlines: Title

stamp_normal_dist_zlinesR Documentation

Title

Description

Title

Usage

stamp_normal_dist_zlines(
  mapping = NULL,
  data = NULL,
  position = "identity",
  na.rm = FALSE,
  show.legend = NA,
  inherit.aes = TRUE,
  outline.type = "upper",
  ...
)

Arguments

...

Examples

library(ggplot2)
library(tidyverse)
ggxmean:::stamp_space() +
  stamp_normal_dist(alpha = .5, height = 1, fill = "magenta") +
  stamp_normal_dist(sd_min = -5, sd_max = -1.96, height = 1) +
  stamp_normal_dist(q_min = 0.25, height = 1) +
  stamp_normal_dist_zlines()

ggxmean:::stamp_space() +
  stamp_normal_dist(sd_min = -1, sd_max = 1, color = "slateblue",
             color = "grey34", outline.type = "full") +
  stamp_normal_dist(sd_min = -2, sd_max = 2, color = "slateblue", outline.type = "full") +
  stamp_normal_dist(sd_min = -3, sd_max = 3, color = "slateblue", outline.type = "full") +
  stamp_normal_dist(sd_min = -4, sd_max = 4, color = "slateblue", outline.type = "full") +
  stamp_normal_dist(sd_min = -5, sd_max = 5, color = "slateblue", outline.type = "full")

EvaMaeRey/ggxmean documentation built on April 10, 2024, 6:32 p.m.