| +.fhx | R Documentation |
Concatenate or combine two fhx objects
## S3 method for class 'fhx' a + b
a |
An |
b |
The |
An fhx object with the observations from a and b.
Throws stop() if there are duplicate series names in a and b.
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.
data(lgr2) data(pgm) plot(lgr2 + pgm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.