Learn R Programming

BET (version 0.5.4)

star: Coordinates of Brightest Stars in the Night Sky

Description

This data set collects the galactic coordinates of the 256 brightest stars in the night sky (Perryman et al. 1997). We consider the longitude (x) and sine latitude (y) here.

Usage

data(star)

Arguments

Format

An object of class data.frame with 256 rows and 2 columns.

Examples

Run this code
data(star)
MaxBETs(cbind(star$x.raw, star$y.raw), asymptotic = FALSE, plot = TRUE, index = list(1,2))

Run the code above in your browser using DataLab