analyze_overlap_characteristics | R Documentation |
Analyzes the characteristics of overlapping code applications by calculating various metrics about overlap patterns.
analyze_overlap_characteristics(overlaps)
overlaps |
List of overlap information, where each element contains:
|
Calculates metrics about code overlaps including the average length of overlapping regions and the total number of overlaps. Returns empty list for empty input.
List containing:
avg_length: Numeric value of average overlap length
total_overlaps: Integer count of total overlapping instances
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.