Learn R Programming

GCalcium (version 1.0.0)

inflect_points: Find inflection pooints

Description

`inflect_points` finds inflection points of waveform data

Usage

inflect_points(x)

Arguments

x

A vector of numbers

Value

Inflection points of the input vector

Examples

Run this code
# NOT RUN {
df.new <- format_data(GCaMP)
inflect_points(df.new$Trial1)
# }

Run the code above in your browser using DataLab