Learn R Programming

TeachBayes (version 0.1.0)

normal_draw: Draws a Normal Curve

Description

Draws a Normal Curve

Usage

normal_draw(normal_pars)

Arguments

normal_pars
vector of mean and standard deviation of the normal curve

Value

Displays the normal curve

Examples

Run this code
  parameters <- c(2, 1)
  normal_draw(parameters)

Run the code above in your browser using DataLab