parm {xegaSelectGene} | R Documentation |
parm
builds a constant function for x
.
See Wickham (2019).
parm(x)
x |
A constant. |
The constant function.
Wickham, Hadley (2019): Advanced R, CRC Press, Boca Raton.
TournamentSize<-parm(2)
TournamentSize()
Eps<-parm(0.01)
Eps()