Low-level plotting function, typically called from a higher-level wrapper function. Example usage: plotting number of co-occurrences of tags on same document. Considering subsets of annotations would then give different interpretations. With a single annotator, this would be co-occurrence within multiple tagging. With two annotators, but one tag per document, this is a measure of pairwise agreement. WIth >2 annotators, but one tag per document, this can be interpreted in terms of agreement at the category level (elaboration required).
1 | plot_coincidences_from_coincidences(coincidences, tagset_sorted)
|
coincidences |
data.frame containing pairwise_cooccurence_counts |
tagset_sorted |
character vector of tag names in the order to be plotted
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.