Description Usage Arguments Value Examples
View source: R/inflect_points.R
'inflect_points' finds inflection points of waveform data
1 |
x |
a numeric vector |
vector of inflection points (-2 or 2) with 0's filling the points in-between
1 2 3 4 5 | ### Format data frame
df <- format_data(GCaMP)
### Find inflection points for 1st trial
inflect_points(df$Trial1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.