positions {splus2R} | R Documentation |
Positions of signalSeries objects
Description
Access the positions of series objects.
Usage
positions(object)
Arguments
object |
an object of class |
Value
the positions associated with the input time series: an object of class numericSequence
.
See Also
Examples
x <- signalSeries(1:10, from=pi, by=0.1)
positions(x)
[Package splus2R version 1.3-5 Index]