plot_cluster_fill_counts | R Documentation |
Plot the cluster fill counts for each document in formatted_data
.
plot_cluster_fill_counts(formatted_data, facet = TRUE)
formatted_data |
Data created by |
facet |
|
ggplot plot of cluster fill counts
# Plot cluster fill counts for template training documents
template_data <- format_template_data(example_cluster_template)
plot_cluster_fill_counts(formatted_data = template_data, facet = TRUE)
# Plot cluster fill counts for model training documents
plot_cluster_fill_counts(formatted_data = example_model, facet = TRUE)
# Plot cluster fill counts for questioned documents
plot_cluster_fill_counts(formatted_data = example_analysis, facet = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.