Skip to contents

This function plots the distribution of time-based data.

Usage

PlotTimeDistribution(Data, DateVariable = "Date")

Arguments

Data

The data frame containing the time-based data.

DateVariable

The name of the column in the data frame containing the date information. Default is "Date".

Value

A ggplot object displaying the distribution of time-based data.