APanalysis | R Documentation |
Analysis function for APs Includes a collection of descriptive statistics for each action potential.
APanalysis(
x,
rate,
eONi,
eOFFi,
bw = 2,
minpeakheight = -10,
minpeakdistance = 0.005 * rate
)
x |
sweep vector |
rate |
numeric sampling frequency |
eONi |
numeric index start of epoch check |
minpeakheight |
numeric |
eOFF |
numeric index end of epoch for check |
dataframe
## Not run:
x = sweep
x = data[,"data_00075_AD0"]
minpeakheight = -10
rate = 50000
rate = unique(smryDF$sampling_rate)
bw = 2
minpeakheight = -10
minpeakdistance = .005*rate
rate = smryDF$rate[1]
eONi = smryDF$eONi[1]
eOFFi = smryDF$eOFFi[1]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.