plot_dlr | R Documentation |
The function generate a figure similar to Paetkau's et al. (2004) Fig 6.
plot_dlr(
data,
pop.pairwise,
dlr = NULL,
x.dlr = NULL,
y.dlr = NULL,
fst = NULL,
x.fst = NULL,
y.fst = NULL,
plot.dlr = TRUE,
plot.width = NULL,
plot.height = NULL,
plot.dpi = NULL
)
data |
The assigment object from
|
pop.pairwise |
List of pairwise populations to generate the Dlr plot. |
dlr |
(optional) Character string with Dlr value. |
x.dlr |
(optional) Position to the x-axis of the Dlr value. |
y.dlr |
(optional) Position to the y-axis of the Dlr value. |
fst |
(optional) Character string with Fst value. |
x.fst |
(optional) Position to the x-axis of the Fst value. |
y.fst |
(optional) Position to the y-axis of the Fst value. |
plot.dlr |
(optional) By default will write the plot in the working directory. |
plot.width |
(optional) Width in cm of the figure. |
plot.height |
(optional) height in cm of the figure. |
plot.dpi |
(optional) Number of dpi for the figure (e.g 600). |
A list with the assignment table and the assignment plot.
Thierry Gosselin thierrygosselin@icloud.com
Paetkau D, Slade R, Burden M, Estoup A (2004) Genetic assignment methods for the direct, real-time estimation of migration rate: a simulation-based exploration of accuracy and power. Molecular Ecology, 13, 55-65.
Meirmans PG, Van Tienderen PH (2004) genotype and genodive: two programs for the analysis of genetic diversity of asexual organisms. Molecular Ecology Notes, 4, 792-794.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.