#' emorph2
#'
#' @name emorph2
#' @description Tools For Evolutionary Morphology and Morphometrics
#' @docType package
#' @import ape
#' @import mvtnorm
#' @import evolqg
#' @import doParallel
#' @import foreach
#' @import plyr
#' @import dplyr
NULL
#' Canidae dataset
#'
#' \itemize{
#' \item W Pooled within variance covariance matrix. Can be used as the G matrix in examples.
#' \item means Matrix containing mean trait values for species. Total of 39 species (lines) and 40 traits (columns).
#' \item n.s Table containing the sample size for each species. 39 values.
#' \item tree Dated phylogenetic tree representing the relationship among taxa and node age.
#' }
#'
#' @docType data
#' @description Canidae dataset
#' @keywords datasets
#' @name Canidae
#' @usage data(Canidae)
#' @format Four objects of different classes
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.