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