R/dimmingFactor.R

Defines functions dimmingFactor

Documented in dimmingFactor

dimmingFactor <-
function(z, omega.m = 0.27, omega.lambda = 0.73, H.0 = 71) {
    (1+z)/D.L(z, omega.m=omega.m, omega.lambda=omega.lambda, H.0=H.0)^2
}

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.