View source: R/isotope_corrections.R
so_isotope_adjust | R Documentation |
Apply stable isotope corrections following various published methods.
so_isotope_adjust(
d13c = NULL,
d15n = NULL,
cn_ratio = NULL,
method,
cn_ratio_type = "mass"
)
d13c |
numeric: d13C values |
d15n |
numeric: d15n values |
cn_ratio |
numeric: C:N ratio values |
method |
string: one of "Weldrick 2019", "Kiljunen 2006", "Kiljunen 2006 atomic" "Post 2007" "Smyntek 2007" "Smyntek 2007 atomic" "Logan 2008" "Syvaranta 2010" (see Details) |
cn_ratio_type |
string: the basis of the C:N ratio (either "mass" or "atomic") |
Methods:
"Weldrick 2019": lipid normalization of d13C values following Weldrick CK et al. (2019) Can lipid removal affect interpretation of resource partitioning from stable isotopes in Southern Ocean pteropods? Rapid Communications in Mass Spectrometry. https://doi.org/10.1002/rcm.8384
"Kiljunen 2006": lipid normalization of d13C values following Kiljunen M et al. (2006) A revised model for lipid-normalizing d13C values from aquatic organisms, with implications for isotope mixing models. Journal of Applied Ecology. https://doi.org/10.1111/j.1365-2664.2006.01224.x
"Kiljunen 2006 atomic": as for Kiljunen 2006 but using atomic C:N ratio
"Post 2007": lipid normalization of d13C values followingPost DM et al. (2007) Getting to the fat of the matter: Models, methods and assumptions for dealing with lipids in stable isotope analyses. Oecologia. https://doi.org/10.1007/s00442-006-0630-x
"Smyntek 2007": lipid normalization of d13C values following Smyntek PM et al. (2007) A standard protocol for stable isotope analysis of zooplankton in aquatic food web research using mass balance correction models. Limnol. Oceanogr. https://doi.org/10.4319/lo.2007.52.5.2135
"Smyntek 2007 atomic": as for Smyntek 2007 but using atomic C:N ratio
"Logan 2008": lipid normalization of d13C values following Logan JM et al. (2008) Lipid corrections in carbon and nitrogen stable isotope analyses: comparison of chemical extraction and modelling methods. Journal of Animal Ecology. https://doi.org/10.1111/j.1365-2656.2008.01394.x
"Syvaranta 2010": lipid normalization of d13C values following Syväranta J and Rautio M (2010) Zooplankton, lipids and stable isotopes: Importance of seasonal, latitudinal, and taxonomic differences. Canadian Journal of Fisheries and Aquatic Science. https://doi.org/10.1139/F10-091
A data.frame with corrected values, comprising one or more of the columns "d13c", "d15n", "cn_ratio" depending on the method.
so_isotopes
## lipid normalization of bulk d13C following Weldrick et al. 2019
so_isotope_adjust(d13c = -26.816, cn_ratio = 3.7014, cn_ratio_type = "mass",
method = "Weldrick 2019")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.