Draws a histogram on a dielPlot() using pre-defined bins related to time of day.
dielHistogram(
times,
by = "hour",
col = "grey",
maxval = NA,
presence.only = FALSE,
limits = c(1, 2)
)
A data frame of start and end points of bins.
A vector of times that can be pocessed by dielFraction().
Controls the size of histogram bins, one of "hour", "15minute", "30minute".
Colour of the plot.
By default scales histogram within limits, specifying a maximum value here allows comparison between plots.
Only show presence/absence not values.
Limits of the plotting (see dielPlot()).