R/D.A.R

Defines functions D.A

Documented in D.A

D.A <-
function(z, omega.m = 0.27, omega.lambda = 0.73, H.0 = 71) {
    D.M(z, omega.m=omega.m, omega.lambda=omega.lambda, H.0=H.0)/(1+z)
}

Try the cosmoFns package in your browser

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

cosmoFns documentation built on May 9, 2022, 9:10 a.m.