View source: R/show.estimate.hz.R
how estimate of parameters of a hybrid zone model.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | show.estimate.hz(coordinates,
path.mcmc.adm,
burnin,
angle=0,
plot.distruct=TRUE,
plot.mcmc=TRUE)
@param coordinates Spatial coordinates of individuals. A matrix with 2 columns
@param path.mcmc.adm Path to output files directory for the admixture model. It seems that the
path should be given in the Unix style even under Windows (use \/ instead of \).
This path *has to* end with a slash (\/) (e.g. path.mcmc="/home/me/Geneland-admixture/")
@param burnin burnin
@param angle angle of the axis on which sampling sites are projected #' (in radian)
@param plot.distruct Logical
@param plot.mcmc Logical
|
No object is returned. All outputs are stored in ascii files
located in the path.mcmc
directory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.