Learn R Programming

folio (version 1.5.0)

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

Description

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

Usage

vegetation

Arguments

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.

See Also

Other isotopic data: lisiecki2005, ngrip2004, ngrip2010, nydal1996, spratt2016

Examples

Run this code
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)
)

Run the code above in your browser using DataLab