write.compact(rwl.df, fname, append = FALSE, prec = 0.01,
mapping.fname = "", mapping.append = FALSE, ...)
data.frame
containing tree-ring ring widths
with the series in columns and the years as rows. The series
IDs are the column names and the years are the row
names. This type of data.frame
is procharacter
vector giving the file name of the
rwl file.logical
flag indicating whether to append this
chronology to an existing file.numeric
indicating the precision of the output
file. This must be equal to either 0.01 or 0.001 (units are in
mm).character
vector of length one giving
the file name of an optional output file showing the mapping between
input and output series IDs. The mapping is only printed
for those IDs that are logical
flag indicating whether to
append the description of the altered series IDs to an
existing file. The default is to create a new file.write.rwl
, write.tucson
,
write.tridas
, read.compact
data(co021)
write.compact(rwl.df = co021, fname = "tmp.rwl", append = FALSE,
prec = 0.001)
Run the code above in your browser using DataLab