D.M {cosmoFns} | R Documentation |
Comoving distance
Description
Function computes comoving distance in a flat cosmology.
Usage
D.M(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
Comoving distance in Mpc
Note
For flat universe, omega.k = 0
, so transverse and line-of-sight
comoving distances are equal.
Author(s)
A. Harris
References
Hogg (2000), arXiv:astro-ph/9905116, equations (16) and (15)
Examples
D.M(2.3)
[Package cosmoFns version 1.1-1 Index]