powered by
Concatenate or combine two fhx objects
# S3 method for fhx +(a, b)
An fhx object.
fhx
The fhx object to be append.
An fhx object with the observations from a and b.
a
b
series_names() get all the series in an fhx object.
series_names()
get_series() subset an fhx object to select series.
get_series()
delete() remove observations from an fhx object.
delete()
sort.fhx() sort an fhx object.
sort.fhx()
# NOT RUN { data(lgr2) data(pgm) plot(lgr2 + pgm) # }
Run the code above in your browser using DataLab