DeltaDcorplot: Plot correlation matrix for pairwise Delta D

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/DeltaDcorplot.R

Description

This function plots the pairwise genetic differentiation (Delta D).

Usage

1
DeltaDcorplot(x, ncode)

Arguments

x

The genetic data file, genepop format.

ncode

The coding type of the genetic data.

Details

This function returns the pairwise genetic differentiation (Delta D) plot.

Value

The result will return a genetic differentiation (Delta D) correlation plot.

Author(s)

qinxinghu@gmail.com

References

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.

See Also

HierD; CorDdplot

Examples

1
2
3
4
# example genepop file
f <- system.file('extdata',package='HierDpart')
infile <- file.path(f, "Island.gen")
DeltaDcorplot(infile,ncode=3)

HierDpart documentation built on March 31, 2021, 5:09 p.m.