find_inversions: Find points of inversion

View source: R/zero_crossings.R

find_inversionsR Documentation

Find points of inversion

Description

Find points of inversion of a curve.

Usage

find_inversions(x)

Arguments

x

A numeric vector.

Value

Vector of inversion points.

Examples

x <- sin(seq(0, 4 * pi, length.out = 100))
plot(x, type = "b")
find_inversions(x)

modelbased documentation built on Jan. 13, 2023, 9:12 a.m.