Learn R Programming

UsingR (version 2.0-7)

brightness: Brightness of 966 stars

Description

The Hipparcos Catalogue has information on over 100,000 stars. Listed in this dataset are brightness measurements for 966 stars from a given sector of the sky.

Usage

data(brightness)

Arguments

Format

A univariate dataset of 966 numbers.

Details

This is field H5 in the catalog measuring the magnitude, V , in the Johnson UBV photometric system. The smaller numbers are for brighter stars.

Examples

Run this code
# NOT RUN {
data(brightness)
hist(brightness)
# }

Run the code above in your browser using DataLab