Learn R Programming

IsoriX (version 0.4-1)

assignmentdata: Assignment dataset

Description

This dataset contains data from Voigt, Lehmann and Greif (2015). It contains deuterium delta values of fur keratin from bats captured in 2008, 2009 and 2013 from their roosting sites in Bulgaria. We only retained the bats of the genus Myotis from the original study. The data can be used as an example to perform assignments using the function Isorix.

Usage

data(assignmentdata)

Arguments

Format

A dataframe with 244 observations on 3 variables:
[, 1] animalID (Factor)
Identification of the animal [, 2] species
(Factor) Animal species name [, 3]
tissue.value (numeric) Deuterium delta value of the tissue

Source

data directly provided by the authors of the following publication

References

Voigt, C.C., Lehmann, D., Greif, S. (2015). Stable isotope ratios of hydrogen separate mammals of aquatic and terrestrial food webs. Methods in Ecology and Evolution 6(11).

See Also

Isorix to perform assignments

Examples

Run this code
data(assignmentdata)
head(assignmentdata)
str(assignmentdata)

Run the code above in your browser using DataLab