Description Usage Arguments See Also Examples
This function creates a plot of horizon data.
1 2 3 4 5 6 7 8 9 10 11 |
x |
Object of skyscapeR.horizon format. |
show.az |
(Optional) Boolean that controls whether to display azimuth values or cardinal directions. Defaults to FALSE. |
xlim |
(Optional) Azimuth rage for plotting. |
ylim |
(Optional) Altitude rage for plotting. |
obj |
(Optional) A skyscapeR.object object created with |
refraction |
(Optional) Boolean switch controlling whether to take refraction into account when displaying the paths of celestial objects. |
col.ground |
(Optional) Color of the ground. Defaults to #fdae61. |
... |
Additional arguments to be passed to plot. |
1 2 3 4 5 6 7 | # Plot a horizon retrieved from HeyWhatsThat:
hor <- downloadHWT('HIFVTBGK')
plot(hor)
# Add the paths of the solstices and equinoxes sun in the year 1999 BC:
tt <- sky.objects('solar extremes', epoch=-2000, col='blue')
plot(hor, obj=tt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.