positions {splus2R} | R Documentation |
Access the positions of series objects.
positions(object)
object |
an object of class |
the positions associated with the input time series: an object of class numericSequence
.
x <- signalSeries(1:10, from=pi, by=0.1)
positions(x)