Given a mean and a standard deviation, it is easy to plot a Gaussian density using ggplot2:
ggplot2
ggplot(data = data.frame(x = c(-3, 3)), aes(x)) +