Skip to contents

\(\delta^{13}C\) Values for Vegetation

Usage

vegetation

Format

A data.frame with 155 observations and 5 variables:

family

character: plant family.

species

character: plant species.

type

character: C3 or C4 plant.

delta

numeric: isotopic ratio \(\delta^{13}C\) (per mil).

country

character: country.

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

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)
)