fpks: Find peaks in a trace

fpksR Documentation

Find peaks in a trace

Description

Find peaks in a trace

Usage

fpks(
  x,
  nups = 1,
  ndowns = nups,
  zero = "0",
  peakpat = NULL,
  minpeakheight = -Inf,
  minpeakdistance = 1,
  threshold = 0,
  npeaks = 0,
  sortstr = FALSE
)

Arguments

sortstr

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