Learn R Programming

LIHNPSD (version 0.2.1)

MergeTailHistogramOneSide: Internal utility function to merge the left tail in the histogram

Description

Internal utility function to merge the left tail in the histogram

Usage

MergeTailHistogramOneSide(q, allowed_merge)

Arguments

q
In the form of list( qhx = h$mids, qhy = h$counts ) where h is a histogram
allowed_merge
Number of data points that should be merged in the left tail

Value

Modified q after the merge

See Also

MergeTailHistogram