| mut {miesmuschel} | R Documentation |
Short Access Forms for Operators
Description
These functions complement dict_mutators, dict_recombinators, dict_selectors with functions in the spirit of mlr3::mlr_sugar.
Usage
mut(.key, ...)
muts(.keys, ...)
rec(.key, ...)
recs(.key, ...)
sel(.key, ...)
sels(.key, ...)
scl(.key, ...)
scls(.key, ...)
ftr(.key, ...)
ftrs(.key, ...)
Arguments
.key |
( |
... |
(any) |
.keys |
( |
Value
-
Mutatorformut() list of
Mutatorformuts()-
Recombinatorforrec(). list of
Recombinatorforrecs().-
Selectorforsel(). list of
Selectorforsels().-
Scalorforscl(). list of
Scalorforscls().
See Also
Other dictionaries:
dict_filtors,
dict_mutators,
dict_recombinators,
dict_scalors,
dict_selectors
Examples
mut("gauss", sdev = 0.5)
rec("xounif")
sel("random")
scl("nondom")
[Package miesmuschel version 0.0.4-2 Index]