Learn R Programming

burnr (version 0.2.0)

+.fhx: Concatenate or combine two fhx objects.

Description

Concatenate or combine two fhx objects.

Usage

# S3 method for fhx
+(a, b)

Arguments

a
An fhx object.
b
The fhx object to be append.

Value

An fhx object with the series from a and b.

Examples

Run this code
data(lgr2)
data(pgm)
plot(lgr2 + pgm)

Run the code above in your browser using DataLab