R/erf.R

Defines functions erf

Documented in erf

erf<-function(x){
###
### F.Guillaume Blanchet - September 2013
##########################################################################################
	2 * pnorm(x * sqrt(2)) - 1
}

Try the HMSC package in your browser

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

HMSC documentation built on May 2, 2019, 6:53 p.m.