powered by
`avg_curve_slope` finds the average curve slopes for a trial using inflect_points_df and lm
avg_curve_slope(Dataframe, Trial)
a GCalcium-format data frame or matrix
a single trial number
vector of average rate of change for each curve
# NOT RUN { df.new <- format_data(data = GCaMP) avg_curve_slope(Dataframe = df.new, Trial = 1) # }
Run the code above in your browser using DataLab