R/dist2009c.R

#' This is the dist2009c data  included in the GraphsTutorial package
#' The distance is a dist object obtained by using the 
#' DNA distance between strains of HIV, the strain samples
#' come from HIV patients the Labels attribute contains the 
#' country of origin.
#'
#' @author Susan Holmes \email{sp.holmes@gmail.com}
#' @references \url{https://www.huber.embl.de/msmb/Chap-Graphs.html#minimum-spanning-trees} and
#' \url{https://bios221.stanford.edu/book/Chap-Graphs.html#minimum-spanning-trees}
#' @docType data
#' @keywords datasets
#' @name dist2009c
#' @usage data(dist2009c)
#' @format An object of class dist between 512 samples. 
NULL
"dist2009c"
spholmes/GraphsTutorial documentation built on March 21, 2021, 4:39 a.m.