splus2R (version 1.2-2)

positions: Positions of signalSeries objects

Description

Access the positions of series objects.

Usage

positions(object)

Arguments

object

an object of class signalSeries.

Value

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

See Also

seriesData, signalSeries.

Examples

Run this code
# NOT RUN {
x <- signalSeries(1:10, from=pi, by=0.1)
positions(x)
# }

Run the code above in your browser using DataCamp Workspace