R/misc.R
erf.Rd
Gaussion Error function
erf(x)
value to be transformed, x unbound
erf function of x, result e (0, 1)
x <- seq(from = -2, to = 2, length.out = 100) plot(x, erf(x), type = "l")