Skip to content

Commit

Permalink
'r = <n>' also for Dirichlet
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87163 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
maechler committed Sep 18, 2024
1 parent bd5b42f commit ef5dd46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/library/stats/man/kernel.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ is.tskernel(k)
kernels of dimension \code{m[j]}, for \code{j in 1:length(m)}.
Currently this is supported only for the named \code{"*daniell"} kernels.}
\item{name}{the name the kernel will be called.}
\item{r}{the kernel order for a \I{Fejer} kernel.}
\item{r}{the kernel order for a \I{Dirichlet} or \I{Fejer} kernel.}
\item{k, x}{a \code{"tskernel"} object.}
\item{type, xlab, ylab, main, \dots}{arguments passed to
\code{\link{plot.default}}.}
Expand Down Expand Up @@ -103,4 +103,3 @@ plot(kernel("modified.daniell", c(7,5,3)))
spectrum(sunspot.year, kernel = kernel("daniell", c(11,7,3)), log = "no")
}
\keyword{ts}

0 comments on commit ef5dd46

Please sign in to comment.