R/DDO.plate.r

Defines functions DDO.plate

DDO.plate <- function(p0,pfinal,log=TRUE)
{
	delta <- pfinal/p0
	if(log){return(log(delta))}else{return(delta)}
}

Try the SCiAn package in your browser

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

SCiAn documentation built on May 2, 2019, 5:24 p.m.