read.tridas(fname, ids.from.titles = FALSE,
ids.from.identifiers = TRUE, combine.series = TRUE,
trim.whitespace = TRUE, warn.units = TRUE)
character
vector giving the file name of the
TRiDaS file.logical
flag indicating whether to
override the (tree, core, radius, measurement) structure imposed by
the element hierarchy (element, sample, radius, measurementSeries)
of the file. If TRUE
, measurement series will logical
flag indicating whether to
(partially) override the element hierarchy of the file. If
TRUE
, measurement series will be grouped according to
matching identifiers at the measurementSeries level, where
identlogical
flag indicating whether to
combine two or more measurement series with the same set of (tree,
core, radius, measurement) ID numbers. Each set of
combined measurement series will be represented by one cological
flag indicating whether to
replace repeated white spaces in the text content of the file with
only one space. Defaults to TRUE
, i.e. excess white space
will be trimmed from the text.logical
flag indicating whether to warn
about unitless measurements and TRUE
: warnings wildata.frame
or a list of data.frame
s with
the series in columns and the years as rows. Contains measurements
(data.frame
.data.frame
or a list of data.frame
s with columns
named "tree"
, "core"
, "radius"
, and
"measurement"
, together giving a unique numeric
ID
for each column of the data.frame
(s) in
measurements
. If !combine.series &&
(ids.from.titles || ids.from.identifiers)
, some rows
may be non-unique.data.frame
or a list of data.frame
s with
columns named "tree"
, "core"
, "radius"
, and
"measurement"
, containing the data.frame
(s) in measurements
.data.frame
or a list of data.frame
s
containing wood completeness information. Column names are a subset
of the following, almost self-explanatory set:
"pith.presence"
, "heartwood.presence"
,
"sapwood.presence"
, "last.ring.presence"
,
"last.ring.details"
, "bark.presence"
,
"n.sapwood"
, "n.missing.heartwood"
,
"n.missing.sapwood"
, "missing.heartwood.foundation"
,
"missing.sapwood.foundation"
, "n.unmeasured.inner"
,
"n.unmeasured.outer"
.character
vector giving the unit of the
measurements. Length equals the number of data.frame
s in
measurements
.numeric
vector giving the project
ID, i.e. the position of the corresponding
data.frame
in measurements
. Length equals the
number of data.frame
s.character
vector giving the title of the
project of each data.frame
in measurements
.
Length equals the number of data.frame
s.data.frame
giving the site ID
(position of data.frame
in measurements
. May have
several columns to reflect the possibly nested data.frame
giving the site
(data.frame
in
measurements
. May have several columns to reflect the
possibly nested data.frame
showing the taxonomic name for each
data.frame
in measurements
. Contains some of
the following columns: "text"
, "lang"
,
"normal"
, "normalId"
, "normalStd"
. The first
two are a free-form name and its language, and the rest are related
to a normalized name.data.frame
showing the measured variable of
each data.frame
in measurements
. Contains some
of the following columns: "text"
, "lang"
,
"normal"
, "normalId"
, "normalStd"
,
"normalTridas"
. The first two are a free-form name and its
language, and the rest are related to a normalized name.list
of measurements with unknown years,
together with metadata. Elements are a subset of the following:[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
list
of calculated series of values, together
with metadata. Elements are a subset of the following:[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
data.frame
containing the type of various
entities, and metadata related to each NA
where the metadata is not applicable (e.g.,
no tree.id
when the [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
data.frame
containing comments to various
entities, and metadata related to each NA
where the metadata is not applicable. Columns
are a subset of the following:[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
data.frame
containing identifiers of
various entities, and metadata related to each NA
where the metadata is not
applicable. Columns are a subset of the following:[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
list
of remarks concerning individual measured
or derived values, with some of the following items:[object Object],[object Object],[object Object]
data.frame
or a list
of
data.frame
s with one item per project. Each
data.frame
contains information about the research
laboratories involved in the project. Columns are a subset of the
following:[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
data.frame
or a list
of
data.frame
s with one item per project. Each
data.frame
contains information about the systems in which
the research project is registered. Columns are the following:[object Object],[object Object],[object Object]
data.frame
containing the altitude of
trees. Columns are the following:[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
data.frame
containing links to preferred
measurement series. Columns are a subset of the following:[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
ids.from.titles
, ids.from.identifiers
) and
combining (combine.series
) measurement series only affect
the four lowest levels of document structure: element, sample, radius,
measurementSeries. Series are not reorganized or combined at the
upper structural levels (project, object).read.rwl
, read.tucson
,
read.compact
, read.fh
,
write.tridas