R/data.R

#' Isotopic data from rodent blood samples.
#'
#' A dataset containing the individual Species, Habitat sampled,
#'  and Percent delta C and N.
#'
#' @format A data frame with 530 rows and 4 variables:
#' \describe{
#'   \item{Species}{Generic species used as a grouping variable}
#'   \item{Habitat}{Habitat in which the individual was captured}
#'   \item{Ave_C}{Averaged delta 13C present within the blood sample}
#'   \item{Ave_N}{Averaged delta 15N present within the blood sample}
#'   ...
#' }
#' @source \url{http://www.uwyo.edu/zoology/people/bendavid.html}
"rodents"

Try the rKIN package in your browser

Any scripts or data that you put into this service are public.

rKIN documentation built on Oct. 3, 2023, 1:06 a.m.