R/Hubble.LCDM.R

Defines functions Hubble.LCDM

Documented in Hubble.LCDM

Hubble.LCDM <- function(z,Omega.M0=0.3,Omega.L0=0.7){ sqrt( Omega.M0*(1.+z)^3+Omega.L0+(1.-Omega.M0-Omega.L0)*(1.+z)^2 ) }

Try the lira package in your browser

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

lira documentation built on May 2, 2019, 3:35 p.m.