The R Project SVN R

Rev

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

Rev 68948 Rev 74363
Line 30... Line 30...
30
}
30
}
31
\arguments{
31
\arguments{
32
  \item{coef}{the upper half of the smoothing kernel coefficients
32
  \item{coef}{the upper half of the smoothing kernel coefficients
33
    (including coefficient zero) \emph{or} the name of a kernel
33
    (including coefficient zero) \emph{or} the name of a kernel
34
    (currently \code{"daniell"}, \code{"dirichlet"}, \code{"fejer"} or
34
    (currently \code{"daniell"}, \code{"dirichlet"}, \code{"fejer"} or
35
    \code{"modified.daniell"}.}
35
    \code{"modified.daniell"}).}
36
  \item{m}{the kernel dimension(s) if \code{coef} is a name.  When \code{m}
36
  \item{m}{the kernel dimension(s) if \code{coef} is a name.  When \code{m}
37
    has length larger than one, it means the convolution of
37
    has length larger than one, it means the convolution of
38
    kernels of dimension \code{m[j]}, for \code{j in 1:length(m)}.
38
    kernels of dimension \code{m[j]}, for \code{j in 1:length(m)}.
39
    Currently this is supported only for the named "*daniell" kernels.}
39
    Currently this is supported only for the named "*daniell" kernels.}
40
  \item{name}{the name the kernel will be called.}
40
  \item{name}{the name the kernel will be called.}