analyze_coverage {textAnnotatoR} | R Documentation |
Analyze coverage patterns in annotations
Description
Analyzes how codes are distributed throughout the text, including clustering patterns and coding density.
Usage
analyze_coverage(annotations)
Arguments
annotations |
Data frame containing text annotations with columns:
|
Value
List containing:
clusters: List of annotation clusters
density: List containing overall density metrics
distribution: List containing code frequencies and positions
[Package textAnnotatoR version 0.1.4 Index]