This is an artificial and simple biotracer dataset, more specifically stable isotope analyses, made to illustrate the package on a simple case. All tables whose name start by "example" are describing different data from the same trophic groups.
A table with 15 rows and 3 columns. Each row is an isotopic sample from one individual. The columns are:
the trophic group the individual belonged to
the d13C measurement made on that individual
the d15N measurement made on that individual
example_biotracer_data <- read.csv(system.file("extdata", "example_biotracer_data.csv",
package = "EcoDiet"))