R/erf.R

Defines functions `erf`

`erf` <-
function(x) 2 * pnorm(x * sqrt(2)) - 1

Try the cellVolumeDist package in your browser

Any scripts or data that you put into this service are public.

cellVolumeDist documentation built on April 25, 2022, 1:05 a.m.