xegaGeDecodeGeneFactory | R Documentation |
xegaGeDecodeGeneFactory()
implements the selection
of one of a decoder function
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:
"DecodeGene" returns xegaGeDecodeGene()
. (Default).
"DecodeGeneDT" returns xegaGeDecodeGeneDT()
.
This decoder does not guarantee complete programs.
xegaGeDecodeGeneFactory(method = "DecodeGene")
method |
A string specifying a decoder for genes |
A decoder for genes.
Other Configuration:
xegaGeGeneMapFactory()
,
xegaGePrecisionFactory()
lFxegaGeGene$GeneMap<-xegaGeGeneMapFactory("Mod")
gene<-xegaGeInitGene(lFxegaGeGene)
DecodeGene<-xegaGeDecodeGeneFactory("DecodeGene")
DecodeGene(gene, lFxegaGeGene)
DecodeGeneDT<-xegaGeDecodeGeneFactory("DecodeGeneDT")
DecodeGeneDT(gene, lFxegaGeGene)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.