\(\delta^{13}C\) Values for Vegetation
Source
Cerling, T. E. and Harris, J. M. (1999). Carbon isotope fractionation between diet and bioapatite in ungulate mammals and implications for ecological and paleoecological studies. Oecologia, 120, 347-363. doi:10.1007/s004420050868
See also
Other isotopic data:
lisiecki2005
,
ngrip2004
,
ngrip2010
,
nydal1996
,
spratt2016
Examples
hist(
x = vegetation$delta,
breaks = 20,
main = "C3 and C4 plants",
xlab = expression(delta^{13}*"C"),
xlim = c(-40, 0)
)
boxplot(
delta ~ type,
data = vegetation,
horizontal = TRUE,
xlab = expression(delta^{13}*"C"),
ylab = "Plant",
ylim = c(-40, 0)
)