splus2R (version 1.3-5)

positions: Positions of signalSeries objects

Description

Access the positions of series objects.

Usage

positions(object)

Value

the positions associated with the input time series: an object of class numericSequence.

Arguments

object

an object of class signalSeries.

See Also

seriesData, signalSeries.

Examples

Run this code
x <- signalSeries(1:10, from=pi, by=0.1)
positions(x)

Run the code above in your browser using DataLab