A diel plot shows the times of night, twilight and the maximum altitude of the sun for a given date.
dielPlot(
date,
lat,
lon,
limits = c(0, 2),
plot = NULL,
rot = tzRot(0),
method = "plotrix",
legend = F
)
Date to plot.
Numeric latitude.
Numeric longitude.
Plotting limits of the daylight regions, default to c(1,2)
Character vector of components to plot
Either "Solar Noon" or an offset calculated by tz
Plotting library to use
Whether to show a legend