Learn R Programming

dGAselID (version 1.2)

PlotGenAlg: PlotGenAlg

Description

Function for graphically representing the evolution.

Usage

PlotGenAlg(DGenes, dGenes, maxEval, meanEval)

Arguments

DGenes

Occurences of genes as dominant.

dGenes

Occurences of genes as recessive. For future developments.

maxEval

Maximum fitness.

meanEval

Average fitness.

Examples

Run this code
# NOT RUN {
		#Graphical representation of the evolution after each generation.
		#Intended to be used by dGAselID() only.
		#Please refer to the example for dGAselID().
 
# }

Run the code above in your browser using DataLab