Learn R Programming

dsa (version 0.74.18)

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