stardist {smacof} | R Documentation |
Distances among stars in zodiac signs
Description
A distance matrix for the 10 brightest stars in each of the 12 zodiac signs was computed. Astronomers measure the projected positions of objects on the celestial sphere in two angles, i.e. right ascension \alpha
and declination \delta
. For every zodiac sign, the projected distances on the sky between individual stars S_{i}
and S_{j}
have been calculated in decimal degrees by means of the Pythagorean theorem
d_{i,j} = \sqrt {\left( {\alpha _i - \alpha _j } \right)2 + \left( {\delta _i - \delta _j } \right)2 }
assuming planar geometry. Since the zodiac signs are relatively small compared to the whole celestial sphere and the computation is only done for illustrative purposes, such a simplified assumption is appropriate.
Usage
data(stardist)
Format
A dist object contaning the star distances.
Note
Thanks to Paul Eigenthaler, Department of Astronomy, University of Vienna for calculating the distances.
Examples
stardist