Learn R Programming

astro (version 1.2)

age2z: Redshift of the Universe at a given age

Description

Calculates the redshift of the Universe at a given age

Usage

age2z(t = 1, steps = 10, H = 70, M = 0.3, L = 1-M, K = 1-M-L, units = "Gyr")

Arguments

t
time
steps
number of accuracy steps
H
Hubble constant (km/s/Mpc)
M
Omega M - matter
L
Omega L - energy
K
Omega K - curvature
units
input units [Gyr/s]

Value

Redshift of the Universe at a given age with the given cosmology.

Details

This is a very crude inverse variation of the 'age' function. As such, the output result should be used as a guide only.

References

Hogg D. W., 1999, ArXiv Astrophysics e-prints, arXiv:astro-ph/9905116

See Also

The astronomy package: astro.