Title

spikecheck(x, y, agc = NA, agc.switch = FALSE, agc.min = -Inf,
  agc.max = Inf, flag = NA, flag.num = 0, flag.switch = FALSE,
  flag.min = -Inf, flag.max = Inf, n.dec = 7,
  pretreat.only = FALSE, r.min = -Inf, r.max = Inf, w = 7,
  n.row = nrow(dat.in), d.w = 21, d.quantile = 0.95,
  d.quantile.factor = 1.3, sd.w = 29, sd.factor.lower = 3,
  sd.factor.negative = TRUE, sd.factor.upper = 3, fill.2gap = FALSE,
  fill.1gap = FALSE, gap.w = 5)

Arguments

x

x

y

y

gap.w

Value

a data frame

Examples

# NOT RUN {
spikecheck()
# }