R/zero.return.R

Defines functions zero.return

zero.return <-
function(x){
	if(length(x) ==0){x =0}else{x =x}
	return(x)
}

Try the mqqc package in your browser

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

mqqc documentation built on July 30, 2020, 3 p.m.