splusTimeSeries (version 1.5.0-75)

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.

Value

returns the seriesData slot of object.

Details

This function can also be used on the left side of an assignment to set the seriesData of a series object.

See Also

positions, '>timeSeries, '>signalSeries.

Examples

Run this code
# NOT RUN {
x <- signalSeries(pos=1:10, data=11:20) 
seriesData(x) 
seriesData(x) <- 1:10
# }

Run the code above in your browser using DataLab