R/erfc.R

Defines functions erfc

Documented in erfc

erfc <- function(x){
###
### F.Guillaume Blanchet - September 2013
##########################################################################################
	2 * pnorm(x * sqrt(2), lower.tail = FALSE)
}

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.