Learn R Programming

dsa (version 1.0.12)

ts_sum: Add time series

Description

Sequentially add a set of time series

Usage

ts_sum(...)

Arguments

...

list of ts time series that are added together

Details

This function is used internally in dsa()

Examples

Run this code
# NOT RUN {
ts_sum(list(ts(rnorm(100,10,1)), ts(rnorm(100,10,1)), ts(rnorm(100,10,1))))
# }

Run the code above in your browser using DataLab