plotfreq.allele {seao}R Documentation

Plot a histogram of the allele frequences.

Description

Makes a histogram of the allele frequencies of one generation of a certain gene.

Usage

  plotfreq.allele(struc.ea,
                  gene=1,
                  gen=NULL,
                  breaks=NULL,
                  ...)

Arguments

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.

Details

Author(s)

Kurt Sys (kurt.sys@rug.ac.be)

References

See Also

Examples






[Package seao version 0.2-1 Index]