File: thin.Rd

package info (click to toggle)
r-cran-coda 0.13-2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 456 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\name{thin}
\alias{thin}
\title{Thinning interval}

\usage{
thin(x, \dots)
}

\arguments{
   \item{x}{a regular time series}
   \item{\dots}{a list of arguments}
 }

\description{
   \code{thin} returns the interval between successive
   values of a time series. \code{thin(x)} is equivalent
   to \code{1/frequency(x)}.

   This is a generic function. Methods have been implemented
   for \code{mcmc} objects.
}

\author{Martyn Plummer}

\seealso{
   \code{\link{time}}.
}
\keyword{ts}