Description Usage Arguments Value References See Also Examples
This function calculates Jost's D, a measure of genetic differentiation, between all combinations of populaitons in a genind object.
1 | pairwise_D(x, linearized = FALSE, hsht_mean = "arithmetic")
|
x |
genind object (from package adegenet) |
linearized |
logical, if TRUE will turned linearized D (1/1-D) |
hsht_mean |
type of mean to use for the global estimates of Hs and Ht default it "arithmetic", can also be set to "harmonic". |
A distance matrix with between-population values of D
Jost, L. (2008), GST and its relatives do not measure differentiation. Molecular Ecology, 17: 4015-4026.
Other pairwise: pairwise_Gst_Hedrick
,
pairwise_Gst_Nei
Other D: D_Jost
1 2 | data(nancycats)
pairwise_D(nancycats[1:26,])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.