Learn R Programming

GDAdata (version 0.93)

HRstars: Star data useful for drawing a Hertzsprung-Russell diagram.

Description

Hertzsprung-Russell diagrams plot star luminosity (brightness) against temperature (colour). The first one was drawn just over 100 years ago. The dataset is the Yale Trigonometric Parallax Dataset and this version can be found on the webpage of the Astronomy Department of Case Western Reserve University.

Usage

data(HRstars)

Arguments

Format

A data frame with 6220 observations on the following 5 variables.
ID
star ID number
V
apparent V magnitude
BV
observed B-V color
Para
observed parallax (in arcsec)
Uncert
uncertainty in parallax (in milliarcsec)

Examples

Run this code
data(HRstars, package="GDAdata")
with(HRstars, hist(BV))
with(HRstars, hist(V))

Run the code above in your browser using DataLab