splusTimeSeries (version 1.5.0-75)

ts.update: Update Old ts Objects

Description

Converts an old ts object to a signalSeries object.

Usage

ts.update(x)

Arguments

x

the time series to convert.

Value

returns a signalSeries object with equivalent positions.

See Also

'>signalSeries.

Examples

Run this code
# NOT RUN {
ts.update(ts(1:10)) 
# }

Run the code above in your browser using DataLab