Learn R Programming

tsapp (version 1.0.4)

taper: taper taper modification of a time series

Description

taper taper modification of a time series

Usage

taper(y, part)

Arguments

y

the time series

part

scalar, 0 <= part <= 0.5, part of modification (at each end of y)

Value

tp tapered time series

Examples

Run this code
# 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