Skip to contents

This function produces a static plot for a specified rate metric based on the provided dataset and list name. It filters the dataset to select data associated with the provided list name and extracts the title for the plot. The plot is generated using "plot_rate_skeleton()" as its base, with legend customization based on the presence of a colon in the title.

Usage

utm_rate_static_plot(.data, list_name)

Arguments

.data

a data frame cleaned up from df_rate_metric_values.rda

list_name

a name found in df_rate_metric_values.rda

Value

A plot that uses plot_rate_skeleton as its base