knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

data(field)

Select and make an averaged trace from a data frame.

Bl_Avg <- pullSweeps(field$ABF, obs = "PreC-Bl") %>% avgSweeps()
Decay_Avg <- avgSweeps(field$ABF, obs = "Decay") %>% avgSweeps()
Cond_Avg <- avgSweeps(field$ABF, obs = "Cond") %>% avgSweeps()

traces = data.frame(Bl_Avg,Decay_Avg,Cond_Avg)

Identify the location of the stim artifact.

stim <- stimArtifact(Bl_Avg)



NRSC/nphys documentation built on Nov. 13, 2024, 2:12 a.m.