D.A {cosmoFns}R Documentation

Angular diameter distance

Description

Function computes angular diameter distance

Usage

D.A(z, omega.m = 0.27, omega.lambda = 0.73, H.0 = 71)

Arguments

z

Redshift

omega.m

Omega matter parameter

omega.lambda

Omega lambda parameter

H.0

Hubble constant in km/s/Mpc

Value

Angular distance in Mpc

Note

For flat universe, omega.k = 0.

Author(s)

A. Harris

References

Hogg (2000), arXiv:astro-ph/9905116, equation (18)

Examples

D.A(2.3)

z <- seq(0.1, 5, 0.1)
d <- D.A(z)
plot(z, d/max(d), t='l', xlab='z', ylab='Normalized D.A')


[Package cosmoFns version 1.1-1 Index]