seriesData
SeriesData of series Objects
Description
Accesses the seriesData of series objects.
Usage
seriesData(object)
asSeriesData(object)
seriesData(object) <- value
seriesDataNew()
seriesDataValid(object)
Arguments
object |
the object for which to find seriesData.
|
value |
the value to which to set seriesData.
|
Details
This function can also be used on the left side of an assignment
to set the seriesData of a series object.
Value
returns the seriesData slot of object.
See Also
Examples
x <- signalSeries(pos=1:10, data=11:20)
seriesData(x)
seriesData(x) <- 1:10