taper
taper modification of a time series
taper
taper modification of a time seriestaper(y, part)
y
: the time seriespart
: scalar, 0 <= part <= 0.5, part of modification (at each end of y)tp tapered time series
data(WHORMONE) out <-taper(WHORMONE,0.3) plot(WHORMONE) lines(out,col="red")
Useful links