analyze_code_distribution {textAnnotatoR}R Documentation

Analyze coding density across text

Description

Analyzes the density of code applications across the text by calculating overall density metrics and identifying regions of dense coding activity.

Usage

analyze_code_distribution(annotations)

Arguments

annotations

Data frame containing annotations with columns:

  • start: numeric, starting position of annotation

  • end: numeric, ending position of annotation

Value

List containing:


[Package textAnnotatoR version 0.1.4 Index]