Applies a function to a Mutoss object.
mutoss.apply(mutossObj, f, label = deparse(substitute(f)) , recordHistory = TRUE , ...)
A Mutoss object after applying the given function
Object of S4 class Mutoss
Kornelius Rohmeyer
the Mutoss object the function should be applied to
the function that should be applied
the label affixed to all slots of the Mutoss object that are changed by the procedure, defaults to the name of parameter f
if true, the calling command is concatenated verbatim to the commandHistory slot
additional parameters that are passed to the function
This functions is intended for applying functions for multiplicity control on Mutoss class objects using the console and not the Mutoss GUI.