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