| plot.skyscapeR.horizon | R Documentation | 
This function creates a plot of horizon data.
## S3 method for class 'skyscapeR.horizon'
plot(
  x,
  show.az = F,
  xlim,
  ylim,
  obj,
  refraction = F,
  col.ground = "darkgreen",
  col.sky,
  ...
)
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 darkgreen.  | 
col.sky | 
 (Optional) Color of the sky. Defaults to white.  | 
... | 
 Additional arguments to be passed to plot.  | 
downloadHWT, sky.objects
# 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.