read.crn(fname, header = NULL, encoding = getOption("encoding"))
character
vector giving the file name of the
crn file. logical
flag indicating whether the file has a
header. If NULL
then the function will attempt to determine
if a header exists "ASCII"
, "UTF-8"
, and "latin1"
alias
"ISO-8859-1"
. See the help of file
.data.frame
with each chronology in columns and the years as
rows. The chronology IDs are the column names and the years
are the row names. If the file includes sample depth that is included
as the last column (samp.depth
). The output class is
class "crn" and "data.frame"