Description Usage Arguments Examples
This function calculates the visible path of a celestial object from any location on earth. It outputs a skyscapeR.orbit object, which includes AZ and ALT information.
1 | orbit(dec, loc, res = 0.25, refraction, atm, temp)
|
dec |
Declination of object. |
loc |
Location, either a skyscapeR.object or a vector containing the latitude and longitude of location, in this order. |
res |
The resolution (in degrees of RA) with which to calculate the path. |
refraction |
(Optional) Whether atmospheric refraction is to be taken into account.
If not given the value set by |
atm |
(Optional) Atmospheric pressure for refraction calculation.
If not given the value set by |
temp |
(Optional) Atmospheric temperature for refraction calculation.
If not given the value set by |
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.