invErf | R Documentation |
Inverse error function
invErf(x)
x |
(Vector of) real value(s) in the range (-1,1) |
(vector of) value(s) of the inverse error function
Mark van der Loo, www.markvanderloo.eu
x <-seq(-0.99,0.99,0.01);
plot(x,invErf(x),'l');
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.