R/wolf-data.R

#' Wolf Skull Measurements Dataset for wmpvaer
#'
#' Data from two papers by Jolicoeur, one in 1959 and another in 1975. The dataset can be found in Morrison(1990) 
#'  Variables are, in order:
#'  Independent:
#'  Location: rm=rocky mountain ar=arctic
#'  Sex: m=male f=female
#'  Dependent: 
#'  palatal length
#'  postpalatal length
#'  zygomatic width
#'  palatal width outside the first upper molars
#'  palatal width inside the second upper molars
#'  width between the postglenoid foramina
#'  interorbital width
#'  least width of the braincase
#'  crown length of the first upper molar
#' 
#' @docType data
#'
#' @usage data(wolf)
#'
#' @format typeof(wolf)=="list"
#'
#' @keywords datasets
#' @references Morrison,D.F. Multivariate Statistical Methods (1990,3rd edition), p. 288-289,
#'             Jolicoeur, P. “Multivariate geographical variation in the wolf Canis lupis L.”, Evolution, XIII, 283–299, 1959.
 "wolf"
chvrngit/wmpvaer documentation built on Dec. 3, 2019, 12:14 p.m.