many_normal_plots: Graph of several normal curves

Description Usage Arguments Value Author(s) Examples

View source: R/many_normal_plots.R

Description

Graph of several normal curves

Usage

1
  many_normal_plots(list_normal_par)

Arguments

list_normal_par

list of vectors, where each vector is a mean and standard deviation for a normal distribution

Value

Displays the normal curves on a single panel with labels

Author(s)

Jim Albert

Examples

1
2
3
 normal_parameters <- list(c(100, 15),
     c(110, 15), c(120, 15))
 many_normal_plots(normal_parameters)

TeachBayes documentation built on May 1, 2019, 9:17 p.m.