count_gap: Count the number of gaps based on a threshold

View source: R/count_gap.R

count_gapR Documentation

Count the number of gaps based on a threshold

Description

This function counts the number of gaps based on the cutting the tree method. It counts the number of branches that are above the threshold distance.

Usage

count_gap(d = d, count = 0, threshold = threshold)

Arguments

d

dendrogram class object

count

count

threshold

a numeric value for threshold

Value

the count of gaps


gapmap documentation built on May 29, 2024, 4:39 a.m.