thin
From coda v0.17-1
by Martyn Plummer
Thinning interval
thin
returns the interval between successive
values of a time series. thin(x)
is equivalent
to 1/frequency(x)
.
This is a generic function. Methods have been implemented
for mcmc
objects.
- Keywords
- ts
Usage
thin(x, ...)
Arguments
- x
- a regular time series
- ...
- a list of arguments
See Also
time
.
Community examples
Looks like there are no examples yet.