positions | 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
.
seriesData
, signalSeries
.
x <- signalSeries(1:10, from=pi, by=0.1)
positions(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.