series
Objects
series
objects.
positions(object)
positions
slot of
object
.
This function can also be used on the left side of an assignment
to set the positions of a
series
object.
x <- signalSeries(pos=1:10, data=11:20) positions(x) positions(x) <- 11:20