many_normal_plots {ProbBayes} | R Documentation |
Graph of several normal curves
Description
Graph of several normal curves
Usage
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
ggplot2 object containing the graphical display.
Author(s)
Jim Albert
Examples
list_normal_par <- list(c(100, 15),
c(110, 15), c(120, 15))
many_normal_plots(list_normal_par)
[Package ProbBayes version 1.1 Index]