ggnorm_dist: Plot normal distribution using ggplot2

View source: R/ggfuns.R

ggnorm_distR Documentation

Plot normal distribution using ggplot2

Description

Plots normal distribution along with standard deviations and confidence intervals using ggplot2.

Usage

ggnorm_dist(
  line_color = "white",
  fill_color = "steelblue",
  arrow_color = "black"
)

Arguments

line_color

Colour of the vertical lines

fill_color

Colour of the area under the curve

arrow_color

Colour of the arrows


nrkoehler/xyzfuns documentation built on Nov. 12, 2024, 1:29 p.m.