| DetaDcorplot | R Documentation |
This function plots the pairwise genetic differentiation (deta D).
DetaDcorplot(x, ncode)
x |
The genetic data file, specifically genepop format. |
ncode |
The coding type of the genetic data. |
This function returns the pairwise genetic differentiation (deta D) plot.
The result will return a genetic differentiation (deta D) correlation plot.
qinxinghu@gmail.com
Gaggiotti, O. E., Chao, A., Peres-Neto, P., Chiu, C. H., Edwards, C., Fortin, M. J., ... & Selkoe, K. A. (2018). Diversity from genes to ecosystems: A unifying framework to study variation across biological metrics and scales. Evolutionary Applications.
HierD; CorDdplot
infile <- system.file('extdata', 'Island.gen',package='HierDpart')
locinfile <- 'Island.gen' ## file in user's directory not in R's extdata directory
check <- file.copy(infile,locinfile,overwrite=TRUE)
DetaDcorplot(infile,ncode=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.