knownOrig {assignR} | R Documentation |
This dataset consists of hydrogen and oxygen isotope values and metadata for human hair, insect wings, and bird feathers of known geographic origin.
knownOrig
list.
SpatVector with 5 fields. WGS84 unprojected geometry.
Site_ID: Unique ID
Site_name: Site name or descriptor
State: State or province of collection site, where recorded
Country: Country of collection site, where recorded
Site_comments: Site comments
data.frame with 15 fields.
Sample_ID: Unique ID
Sample_ID_orig: ID used in original data report
Site_ID: ID for sample collection site
Dataset_ID: ID for dataset from which sample is derived
Taxon: Genus and species name
Group: Biological group (informal)
Source_quality: Code indicating level of certainty in geographic origin
Age_class: Code for age of individual
Material_type: Tissue sampled, e.g., “Hair”
Matrix: Compound measured, e.g., “Keratin”
d2H: Hydrogen isotope value (permil)
d2H.sd: Reported analytical uncertainty for hydrogen isotope value (permil)
d18O: Oxygen isotope value (permil)
d18O.sd: Reported analytical uncertainty for oxygen isotope value (permil)
Sample_comments: Sample comments
data.frame with 17 fields.
Dataset_ID: Unique ID
Dataset_name: Short name or descriptor
Citation: Bibliographic citation for study
Sampling_method: How material was subsampled for analysis, if reported
Sample_powdered: Was sample powdered prior to analysis (Y/N/NA)?
Lipid_extraction: Were lipids chemically extracted prior to analysis (Y/N/NA)?
Lipid_extraction_method: Solvent used to extract lipids
Exchange: Was a correction for exchangeable H made (Y/N/NA)?
Exchange_method: Method used to correct for exchangeable H
Exchange_T: Was H exchange carried out at ambient or high temperature (Ambient/High/NA)?
H_cal: Reference scale used to calibrate H isotope data, see stds
object hstds
O_cal: Reference scale used to calibrate O isotope data, see stds
object ostds
Std_powdered: Were calibration standards powdered (Y/N/NA)?
Drying: Did the study document how samples were fully dried and transferred dry to instrument (Y/N/NA)?
Analysis_method: Instrument configuration used for analysis
Analysis_type: What elements were analyzed for stable isotope ratios (H/O/H_O)?
Source_comments: Data source comments
library(terra)
class(knownOrig$sites)
class(knownOrig$samples); class(knownOrig$sources)
summary(knownOrig$samples)
print(knownOrig$sources[, 1:2])
plot(wrld_simpl, border = "grey")
points(knownOrig$sites)