Learn R Programming

modelbased (version 0.8.9)

find_inversions: Find points of inversion

Description

Find points of inversion of a curve.

Usage

find_inversions(x)

Value

Vector of inversion points.

Arguments

x

A numeric vector.

Examples

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

Run the code above in your browser using DataLab