R/jackals.R

#' Mandible Lengths of Male and Female Golden Jackals.
#'
#' A dataset containing mandible lenghts in millimiters for male and female
#' golden jackals (\emph{Canis aureus}) for 10 of each sex in the collection in
#' the British Museum of Natural History in London.
#'
#' @format A data frame with 20 rows and 2 variables:
#' \describe{
#'   \item{Sex}{Sex of the golden jackal}
#'   \item{Mand.length}{Mandible length, in millimeters}
#'   ...
#' }
#' @source Higham, C.F.W., Kijngam, A. and Manly, B.F.J. (1980).
#' An analysis of prehistoric canid remains from Thailand. Journal
#'  of Archaeological Science 7: 149-165.
"jackals"
#> [1] "jackals"
ganava4/rbmc documentation built on April 24, 2022, 12:14 a.m.