powered by
This function retrieves information for a given star and saves it in the skyscapeR.star format ready to be used by other skyscapeR package function.
star(string, year = skyscapeR.env$cur.year)
This can be either the traditional name for the star or its Bayer designation.
Year for which to calculate the coordinates. Defaults to current year.
swe_fixstar2_ut, swe_fixstar2_mag
swe_fixstar2_ut
swe_fixstar2_mag
# NOT RUN { # Retrieve data for Aldebaran: Aldeb <- star('Aldebaran') # Retrieve data for Aldebaran on 2999 BC: ss <- star('Aldebaran', -3000) # }
Run the code above in your browser using DataLab