inflect_points {GCalcium} | R Documentation |
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
df.new <- format_data(GCaMP)
inflect_points(df.new$Trial1)
[Package GCalcium version 1.0.0 Index]