normal_draw: Draws a Normal Curve

Description Usage Arguments Value Author(s) Examples

View source: R/normal_draw.R

Description

Draws a Normal Curve

Usage

1
  normal_draw(normal_pars, Color = "red")

Arguments

normal_pars

vector of mean and standard deviation of the normal curve

Color

color of line in plot

Value

Displays the normal curve

Author(s)

Jim Albert

Examples

1
2
  parameters <- c(2, 1)
  normal_draw(parameters)

bayesball/TeachBayes documentation built on Jan. 5, 2020, 1:47 a.m.