format_template_data: Format Template Data

View source: R/ClusterModeling_datafunctions.R

format_template_dataR Documentation

Format Template Data

Description

format_template_data() formats the template data for use with plot_cluster_fill_counts(). The output is a list that contains a data frame called cluster_fill_counts.

Usage

format_template_data(template)

Arguments

template

A single cluster template created by make_clustering_templates()

Value

List that contains the cluster fill counts

Examples

template_data <- format_template_data(template = example_cluster_template)
plot_cluster_fill_counts(formatted_data = template_data, facet = TRUE)


handwriter documentation built on Oct. 13, 2023, 5:10 p.m.