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
produced by
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 transformed. An empty name (the default) dislogical
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