R/eda-scrf.R
scrfPeak.Rd
Returns the closed-form time and amplitude of the maximum of the raw biexponential (Bateman) response used by scrf.
scrf
scrfPeak(tau1 = 0.75, tau2 = 2)
SCR rise time constant in seconds (default: 0.75).
SCR decay time constant in seconds (default: 2.0).
A list with time (seconds) and amplitude (the raw Bateman value at the peak).
time
amplitude
scrfPeak() #> $time #> [1] 1.176995 #> #> $amplitude #> [1] 0.3469755 #>