R/inverfc.R

Defines functions inverfc

Documented in inverfc

inverfc <- function(x){
###
### F.Guillaume Blanchet - September 2013
##########################################################################################
	qnorm(x/2, lower.tail = FALSE)/sqrt(2)
}

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.