first_min: Find first local minimum

Description Usage Arguments Value Examples

View source: R/first_min.R

Description

This funciton computes the lowest minimum value of the density estimate of theinput numeric vector

Usage

1
first_min(x, plot = FALSE, zero_rm = FALSE)

Arguments

x

A numeric vector of values.

plot

logical indicating if histogram should be plotted.

zero_rm

logical indicating if zeros should be removed from calculation.

Value

A numeric value of the lower local minimum value of the density estimation.

Examples

1
plot(0)

qenvio/dryhic documentation built on March 17, 2020, 8:37 p.m.