Title

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

Arguments

...

Value

Examples

library(ggplot2) 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(sd_min = 1.98, sd_max = 5, height = 1)
#> Warning: Ignoring unknown parameters: sd_min, sd_max
#> Warning: Ignoring unknown parameters: sd_min, sd_max
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")
#> Warning: Duplicated aesthetics after name standardisation: colour
#> Warning: Ignoring unknown parameters: sd_min, sd_max
#> Warning: Ignoring unknown parameters: sd_min, sd_max
#> Warning: Ignoring unknown parameters: sd_min, sd_max
#> Warning: Ignoring unknown parameters: sd_min, sd_max
#> Warning: Ignoring unknown parameters: sd_min, sd_max