heatcalendar_plot: Generate a heatmap calendar plot
Description
The 'heatcalendar_plot()' function creates a heatmap-style calendar visualization that represents the density of events over time.
Each cell in the heatmap represents a specific day, and its color intensity reflects the number of events that occurred on that day.
This function utilizes the 'ggplot2' R package to create the heatmap calendar plot.
When set to 1 (by default), the week starts on Monday, when set to 7, the week starts on Sunday following USA calendar.
Details
The 'heatcalendar_plot()' function generates a heatmap-style calendar plot where each cell corresponds to a day of the year. The color intensity of each cell represents the event density, allowing for the identification of patterns and trends in event occurrences over time.