powered by
taper
taper taper modification of a time series
taper(y, part)
the time series
scalar, 0 <= part <= 0.5, part of modification (at each end of y)
tp tapered time series
# NOT RUN { data(WHORMONE) out <-taper(WHORMONE,0.3) # } # NOT RUN { plot(WHORMONE) lines(out,col="red") # }
Run the code above in your browser using DataLab