View source: R/cluster_format.R
format_template_data | R Documentation |
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
.
format_template_data(template)
template |
A single cluster template created by
|
List that contains the cluster fill counts
template_data <- format_template_data(template = example_cluster_template)
plot_cluster_fill_counts(formatted_data = template_data, facet = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.