Description Usage Arguments Value Author(s) See Also Examples
The tts
(time/timescale) class is for matrices for which the rows correspond
to times and the columns correspond to timescales. This is a general class from
which other classes inherit (e.g., wt
, wmf
, wpmf
). tts
inherits from the list
class.
1 | tts(times, timescales, values)
|
times |
A numeric vector of increasing real values, spacing 1 |
timescales |
A numeric vector with positive entries |
values |
A complex or numeric matrix of dimensions |
tts
returns an object of class tts
. Slots are:
times |
a numeric vector of evenly spaced times |
timescales |
a numeric vector of positive timescales |
values |
a complex or numeric matrix of dimensions |
Daniel Reuman, reuman@ku.edu
tts_methods
, wt
, wmf
, wpmf
,
browseVignettes("wsyn")
1 2 3 4 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.