#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.