Learn R Programming

vivainsights (version 0.6.1)

plot_ts_us: Plot Usage Segments over time

Description

Returns a vertical stacked bar plot that displays the proportion of the Usage Segments over time. This visualization helps to understand the distribution of user segments across different time periods. While a main use case is for Copilot metrics, this function can be applied to other metrics, such as 'Chats_sent'.

Usage

plot_ts_us(data, cus, caption)

Value

A ggplot object representing the stacked bar plot of usage segments.

Arguments

data

A data frame with a column containing the Usage Segments, denoted by cus. The data frame must also include a MetricDate column.

cus

A string representing the name of the column containing the usage segment classifications (e.g., "UsageSegments_12w").

caption

A string representing the caption for the plot. This is typically used to provide additional context or information about the visualization.