#' @title radmixture
#' @description radmixture is an R package for ancestry calculation. It provides both supervised and
#' unsupervised learning with several algorithms for researchers and DNA customers.
#' see README on \href{https://github.com/wegene-llc/radmixture}{GitHub}
#' @name radmixture
#' @docType package
#' @importFrom quadprog solve.QP
#' @importFrom plyr count
#' @importFrom magrittr %>%
#' @importFrom MCMCpack rdirichlet
#' @import utils
#' @useDynLib radmixture
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.