| plotfreq.allele {seao} | R Documentation |
Makes a histogram of the allele frequencies of one generation of a certain gene.
plotfreq.allele(struc.ea,
gene=1,
gen=NULL,
breaks=NULL,
...)
struc.ea |
An object of type evoutionary algorithms. This contains the data to be plotted |
gene |
The number of the gene to be plotted. |
gen |
A number pointing to which generation to plot. The default value is NULL, resulting in the last generation present in the optimization. |
breaks |
Where the breaks on each plot should be set. See function 'hist' for more information. |
... |
Arguments to set for making the histogram. See hist. |
Kurt Sys (kurt.sys@rug.ac.be)