archetypesFamily {archetypes} | R Documentation |
Archetypes family constructor
Description
This function returns a problem solving block for each of the different conceptual parts of the algorithm.
Usage
archetypesFamily(which = c("original", "weighted", "robust"), ...)
Arguments
which |
The kind of archetypes family. |
... |
Exchange predefined family blocks with self-defined functions. |
Value
A list containing a function for each of the different parts.
See Also
Other archetypes: archetypes
;
as.archetypes
;
robustArchetypes
;
weightedArchetypes
[Package archetypes version 2.2-0.1 Index]