plus-.fhx: Concatenate or combine two fhx objects

+.fhxR Documentation

Concatenate or combine two fhx objects

Description

Concatenate or combine two fhx objects

Usage

## S3 method for class 'fhx'
a + b

Arguments

a

An fhx object.

b

The fhx object to be append.

Value

An fhx object with the observations from a and b.

Note

Throws stop() if there are duplicate series names in a and b.

See Also

  • series_names() get all the series in an fhx object.

  • get_series() subset an fhx object to select series.

  • delete() remove observations from an fhx object.

  • sort.fhx() sort an fhx object.

Examples

data(lgr2)
data(pgm)
plot(lgr2 + pgm)


ltrr-arizona-edu/burnr documentation built on May 28, 2022, 9:29 a.m.