| mut | R Documentation |
These functions complement dict_mutators, dict_recombinators, dict_selectors with functions in the spirit of mlr3::mlr_sugar.
mut(.key, ...)
muts(.keys, ...)
rec(.key, ...)
recs(.key, ...)
sel(.key, ...)
sels(.key, ...)
scl(.key, ...)
scls(.key, ...)
ftr(.key, ...)
ftrs(.key, ...)
.key |
( |
... |
(any) |
.keys |
( |
Mutator for mut()
list of Mutator for muts()
Recombinator for rec().
list of Recombinator for recs().
Selector for sel().
list of Selector for sels().
Scalor for scl().
list of Scalor for scls().
Other dictionaries:
dict_filtors,
dict_mutators,
dict_recombinators,
dict_scalors,
dict_selectors
mut("gauss", sdev = 0.5)
rec("xounif")
sel("random")
scl("nondom")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.