| +.fhx {burnr} | R 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 |
b |
The |
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 anfhxobject. -
get_series()subset anfhxobject to select series. -
delete()remove observations from anfhxobject. -
sort.fhx()sort anfhxobject.
Examples
data(lgr2)
data(pgm)
plot(lgr2 + pgm)
[Package burnr version 0.6.1 Index]