star | R Documentation |
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.
data(star)
An object of class data.frame
with 256 rows and 2 columns.
data(star)
MaxBETs(cbind(star$x.raw, star$y.raw), asymptotic = FALSE, plot = TRUE, index = list(1,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.