constel {moonsun}R Documentation

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

Details

~~ If necessary, more details than the description above ~~

Value

A character vector with constellation abbreviations

Author(s)

Lukasz Komsta

References

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

Examples

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

[Package moonsun version 0.1 Index]