R/mass.CO.R

Defines functions mass.CO

Documented in mass.CO

mass.CO <-
function(intInt, z, alpha=0.8, f.rest=115.27, omega.m = 0.27, omega.lambda = 0.73, H.0 = 71) {
    Lprime(intInt, z, f.rest,
           omega.m=omega.m, omega.lambda=omega.lambda, H.0=H.0) * alpha
}

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.