positions {splus2R} | R Documentation |
Access the positions of series objects.
positions(object)
object |
an object of class signalSeries . |
the positions associated with the input time series: an object of class numericSequence
.
anyMissing
,
as.rectangular
,
colIds
,
colMaxs
,
colMedians
,
colMins
,
colRanges
,
colStdevs
,
colVars
,
deparseText
,
ifelse1
,
is.numeric.atomic.vector
,
is.rectangular
,
is.missing
,
is.zero
,
lowerCase
,
oldUnclass
,
numCols
,
numRows
,
peaks
,
rowIds
,
rowMaxs
,
rmvnorm
,
stdev
,
subscript2d
,
upperCase
,
vecnorm
,
which.na
.
x <- signalSeries(1:10, from=pi, by=0.1) positions(x)