Skip to contents

This function produces a static plot for a specified count 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_count_skeleton()" as its base, with legend customization based on the presence of a colon in the title.

Usage

utm_count_static_plot(.data, list_name)

Arguments

.data

a data frame cleaned up from df_count_metric_values.rda

list_name

a name found in df_count_metric_values.rda

Value

A plot that uses plot_count_skeleton as its base