mrfDepth (version 1.0.16)

stars: stars data

Description

Data corresponding to a Hertzsprung-Russel diagram of the star cluster CYG OB1 containing 47 stars in the direction of Cygnus. A typical Hertzsprung-Russel diagram shows the logarithm of the temperature in reverse order from high to low.

The data has been taken from Humphreys (1978) by C. Doom who calibrated them according to Vansina and De Greve (1982).

Usage

data(stars)

Arguments

Format

A data frame containing the following variables:

LogTemp

Logarithm of the effective temperature at the star's surface.

LogLight

Logarithm of a star's light intensity.

References

Vansima F., De Greve J.P. (1982). Close binary systems before and after mass transfer. Astrophysics and Space Science, 87, 377--401.

Rousseeuw P.J., Leroy A. (1987). Robust Regression and Outlier Detection. New York: Wiley.

Hand D.J., Daly F., Lunn A., McConway A. (1994). A Handbook of Small Data Sets. Londen: Chapman and Hall, dataset 367.

Examples

Run this code
data(stars)
plot(stars, xlim = rev(range(stars[,1])))

Run the code above in your browser using DataLab