Skip to contents

Normal Distribution in the Probability context. Normal distribution: The normal distribution is one of the most commonly used probability distributions in statistics, and is often used to model continuous variables that are approximately normally distributed. In R, the normal distribution is implemented using the dnorm(), pnorm(), qnorm(), and rnorm() functions.

Usage

stamp_eq_normal(x = 0, y = 0, ...)

Arguments

x

a numeric indicating position on x axis

y

a numeric indicating position on y axis

...

Value

a ggplot2 annotation layer which is the plotmath version of a function

Examples

library(ggplot2)
#> Error in library(ggplot2): there is no package called ‘ggplot2’
ggplot() +
   stamp_eq_normal()
#> Error in ggplot(): could not find function "ggplot"