Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.38 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.38 KB

xadmix - Subset and Visualize Genetic Admixture Data

CRAN status R-CMD-check

xadmix is an R package providing functions to facilitate subsetting and plotting of genetic admixture data.

Installation

The latest stable release of xadmix can be installed directly from CRAN:

install.packages("xadmix")

Alternatively, the latest development version can be installed from GitHub. This requires that you have the devtools package installed and loaded. You can use the following code:

if (!require("devtools")) {
   install.packages("devtools")
   library(devtools)
}
install_github("SpaceCowboy-71/xadmix")

Gallery

plot-example-01

plot-example-02

plot-example-03

plot-example-04