taper function

taper taper modification of a time series

taper taper modification of a time series

taper(y, part)

Arguments

  • y: the time series
  • part: scalar, 0 <= part <= 0.5, part of modification (at each end of y)

Returns

tp tapered time series

Examples

data(WHORMONE) out <-taper(WHORMONE,0.3) plot(WHORMONE) lines(out,col="red")
  • Maintainer: Rainer Schlittgen
  • License: GPL
  • Last published: 2021-10-30

Useful links