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:

  • start: numeric, starting position of annotation

  • end: numeric, ending position of annotation

  • code: character, code applied to the annotation

Value

List containing:


[Package textAnnotatoR version 0.1.4 Index]