Description Usage Arguments Details Author(s) References See Also Examples
Plot genetic differentiation (Delta D, Gaggiotti OE, et al, 2018) across loci.
1 | plotdiff1(x, ncode)
|
x |
Genetic data, should be genepop format |
ncode |
The coding type of your genetic data. |
Function generates two genetic differentiation (Delta D) plots, a box plot and a scatter 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.
DeltaDcorplot
1 2 3 4 5 | ##plot genetic differentiation across loci
# example genepop file
f <- system.file('extdata',package='HierDpart')
infile <- file.path(f, "Island.gen")
plotdiff1(infile,ncode=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.