stds {assignR} | R Documentation |
This data object contains information on keratin H and O isotope standard materials and calibrations used across multiple laboratories since the year 2000.
data("stds")
list.
data.frame with 18 fields.
Calibration: Calibration code
High_ID: Identifier for high-value standard
High_material: Description of high-value standard material
High: Mean hydrogen isotope value of high-value standard
High_sd: Standard deviation of calibration data for high-value standard
High_n: Number of calibration data for high-value standard
High_se: Standard error of the calibrated mean for high-value standard
Low_ID: Identifier for low-value standard
Low_material: Description of low-value standard material
Low: Mean hydrogen isotope value of low-value standard
Low_sd: Standard deviation of calibration data for low-value standard
Low_n: Number of calibration data for low-value standard
Low_se: Standard error of the calibrated mean for low-value standard
Ref_scale: Calibration scale against which the values for this calibration are anchored
Citation_val: Source for the calibrated values
Citation_cal: Source for the methodology used for this calibration
Treatment: Description of calibration procedure
H_calibration_comments: Comments
data.frame with 18 fields.
Calibration: Calibration code
High_ID: Identifier for high-value standard
High_material: Description of high-value standard material
High: Mean oxygen isotope value of high-value standard
High_sd: Standard deviation of calibration data for high-value standard
High_n: Number of calibration data for high-value standard
High_se: Standard error of the calibrated mean for high-value standard
Low_ID: Identifier for low-value standard
Low_material: Description of low-value standard material
Low: Mean oxygen isotope value of low-value standard
Low_sd: Standard deviation of calibration data for low-value standard
Low_n: Number of calibration data for low-value standard
Low_se: Standard error of the calibrated mean for low-value standard
Ref_scale: Calibration scale against which the values for this calibration are anchored
Citation_val: Source for the calibrated values
Citation_cal: Source for the methodology used for this calibration
Treatment: Description of calibration procedure
O_calibration_comments: Comments
matrix. n x n symmetric, where n is the number of calibrations represented here and in stds$hstds
.
matrix. n x n symmetric, where n is the number of calibrations represented here and in stds$ostds
.
Magozzi, S. et al. (in press) Calibration chain transformation to improve the comparability of organic hydrogen and oxygen isotope data. Methods in Ecology and Evolution
library(graphics)
data("stds")
print(stds$hstds[, 1:5])
print(stds$ostds[, 1:5])
image(stds$ham)
image(stds$oam)