plot_cluster_fill_counts {handwriter} | R Documentation |
Plot Cluster Fill Counts
Description
Plot the cluster fill counts for each document in formatted_data
.
Usage
plot_cluster_fill_counts(formatted_data, facet = FALSE)
Arguments
formatted_data |
Data created by |
facet |
|
Value
ggplot plot of cluster fill counts
Examples
# 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)
[Package handwriter version 3.1.1 Index]