| xegaDfGeneMapFactory | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.