View source: R/dist_histogram_analysis.R
find.width | R Documentation |
find the full width half-maximum (or other width at percent maximum) of a kde.
find.width(kde, frac = 0.5)
kde |
The input kde |
frac |
The height in the interval 0,1 at which to compute the width. |
A list with 4 elements:
X coordinate of the peak center
X coordinate of the left intercept
X coordinate of the right intercept
The value of the input parameter 'frac'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.