moonsun (version 0.1.3)

constel: Assign constellation abbreviations to equatorial coordinates

Description

This function finds the abbreviations of constellations for given coordinates in equatorial system.

Usage

constel(x)

Arguments

x
an object of class eqc

Value

A character vector with constellation abbreviations

Details

To be added.

References

http://vizier.u-strasbg.fr/viz-bin/VizieR?-source=6042

Examples

Run this code
options(latitude=51,longitude=22)
data(bright)
constel(bright)
constel(planets())

Run the code above in your browser using DataLab