xegaDfGeneMapFactory {xegaDfGene} | R Documentation |
xegaDfGeneMapFactory
implements the selection
of one of the GeneMap functions in this
package by specifying a text string.
The selection fails ungracefully (produces
a runtime error) if the label does not match.
The functions are specified locally.
Current support:
"Identity" returns GeneMapIdentity
. (Default)
xegaDfGeneMapFactory(method = "Identity")
method |
String specifying the GeneMap function. |
Gene map function for genes.
Other Configuration:
lFxegaDfGene
,
xegaDfCrossoverFactory()
,
xegaDfMutationFactory()
,
xegaDfReplicationFactory()
,
xegaDfScaleFactorFactory()
XGene<-xegaDfGeneMapFactory("Identity")
gene1<-xegaDfInitGene(lFxegaDfGene)
XGene(gene1, lFxegaDfGene$penv)