data_TRY_15160 {rtry} | R Documentation |
Sample TRY data (Request 15160)
Description
A dataset requested from the TRY Database.
The request ID of this dataset is 15160, which contains TraitID
: 3115, 3116
and AccSpeciesID
: 10773, 35846, 45737.
The raw dataset (data_TRY_15160.txt
) is also provided in the directory testdata
.
Usage
data_TRY_15160
Format
A data frame with 1782 rows and 28 variables:
- LastName
Surname of data contributor.
- FirstName
First name of data contributor.
- DatasetID
Unique identifier of contributed dataset.
- Dataset
Name of contributed dataset
- SpeciesName
Original name of species.
- AccSpeciesID
Unique identifier of consolidated species name.
- AccSpeciesName
Consolidated species name.
- ObservationID
Unique identifier for each observation in TRY.
- ObsDataID
Unique identifier for each row in the TRY data table, either trait record or ancillary data.
- TraitID
Unique identifier for traits (only if the record is a trait).
- TraitName
Name of trait (only if the record is a trait).
- DataID
Unique identifier for each
DataName
(either sub-trait or ancillary data).- DataName
Name of sub-trait or ancillary data.
- OriglName
Original name of sub-trait or ancillary data.
- OrigValueStr
Original value of trait or ancillary data.
- OrigUnitStr
Original unit of trait or ancillary data.
- ValueKindName
Value kind (single measurement, mean, median, etc.).
- OrigUncertaintyStr
Original uncertainty.
- UncertaintyName
Kind of uncertainty (standard deviation, standard error, etc.).
- Replicates
Number of replicates.
- StdValue
Standardized trait value: available for frequent continuous traits.
- UnitName
Standard unit: available for frequent continuous traits.
- RelUncertaintyPercent
Relative uncertainty in %.
- OrigObsDataID
Unique identifier for duplicate trait records.
- ErrorRisk
Indication for outlier trait values: distance to mean in standard deviations.
- Reference
Reference to be cited if trait record is used in analysis.
- Comment
Explanation for the
OriglName
in the contributed dataset.- V28
Empty, an artifact due to different interpretation of column separator by MySQL and R.
Value
A data frame with 1782 rows and 28 variables of sample TRY data (Request 15160).