The R Project SVN R

Rev

Rev 68948 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 74363
Line 12... Line 12...
12
\arguments{
12
\arguments{
13
 \item{x}{A univariate or multivariate time series}
13
 \item{x}{A univariate or multivariate time series}
14
 \item{p}{The proportion to be tapered at each end of the series,
14
 \item{p}{The proportion to be tapered at each end of the series,
15
   either a scalar (giving the proportion for all series)
15
   either a scalar (giving the proportion for all series)
16
   or a vector of the length of the number of series (giving the
16
   or a vector of the length of the number of series (giving the
17
   proportion for each series..}
17
   proportion for each series).}
18
}
18
}
19
\description{
19
\description{
20
  Apply a cosine-bell taper to a time series.
20
  Apply a cosine-bell taper to a time series.
21
}
21
}
22
\details{
22
\details{