Analyzes how codes are distributed throughout the text, including clustering patterns and coding density.
analyze_coverage(annotations)List containing:
clusters: List of annotation clusters
density: List containing overall density metrics
distribution: List containing code frequencies and positions
Data frame containing text annotations with columns:
start: numeric, starting position of annotation
end: numeric, ending position of annotation
code: character, code applied to the annotation