Learn R Programming

IsoriX (version 0.6)

AssignDataBat: Assignment dataset for bat species

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 isofind.

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

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

isofind to perform assignments

Examples

Run this code
# NOT RUN {
head(AssignDataBat)
str(AssignDataBat)

# }

Run the code above in your browser using DataLab