Description Usage Arguments Value Examples
View source: R/inflect_points_trials.R
'inflect_points_trials' finds inflection points of waveform data for a range of trials
1 | inflect_points_trials(dataframe, trials)
|
dataframe |
a fluoR-format dataframe |
trials |
trial numbers to find inflection points for |
a dataframe of timestamps and corresponding inflection points for each specified trial
1 2 3 4 5 | ### Format data frame
df <- format_data(GCaMP)
### Find inflection points for first 4 trials
inflect_points_trials(dataframe = df, trials = c(1,2,3,4))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.