Support edge bin plotting
Aims to close #27 (closed).
Adds optional boolean argument include_edges
to the monthly_frequency_plot()
function. Default value is FALSE
which preserves current behavior. If set to TRUE
, the 0-5 and 95-100 bins are included on the plot:
This parameter is described in the function doc-string and the above plot has been added to the example documentation for this function.