View source: R/nonlinear_functions.R
erf | R Documentation |
erf function
erf(x)
x |
The vector of values |
2 * pnorm(x * sqrt(2)) - 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.