Plot the trace of allele frequencies in present time population
and optionnaly print it.
for allele iall
of locus iloc
1 2 3 4 5 6 7 8 9 10 11 12 13 | PlotFreq(path.mcmc,ipop,iloc,iall,printit=FALSE,path)
@param path.mcmc Path to output files directory
@param ipop Integer number : index of population
@param iloc Integer number : index of locus
@param iall Integer number : index of allele. If MCMC
was launched with option filter.null.alleles=TRUE, an extra
fictive allele standing for putative null alleles is created. It
estimated frequency can be also plotted. If there is say, 5 alleles
at a locus, the estimated frequency of null alleles can be seen
invoking PlotFreq with iall=6.
@param printit Logical : if TRUE, figures are also printed
@param path Character : Path to directory where figures
should be printed
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.