This function combines any number of data.frames of
tree-ring data into one data.frame.
Usage
combine.rwl(x, y = NULL)
Value
An object of class c("rwl", "data.frame") with the series in
columns and the years as
rows. The keycodes are the column names and the years are the row
names.
Arguments
x
either a data.frame to be combined with
y, or a list of data.frames to be
combined.
y
a data.frame to be combined with
data.framex.
Author
Christian Zang. Patched by Mikko Korpela.
Details
The sequence of years in each data.frame must be
increasing and continuous. The output produced by the function
also fulfills this condition. If the input is differently formatted,
the result will be wrong.