List
objectsApplies the specified function to each element of the List
.
.cycleList(object, ...)# S4 method for List
.cycleList(object, func, trm = "object", nm = NULL, ...)
# S4 method for DecisionPointList
.cycleList(object, func, trm = "object", nm = "dp=", ...)
# S4 method for SubsetList
.cycleList(object, func, trm = "object", nm = "Subset=", ...)
If func returns a value object, a list containing the value objects returned by func.
The object inheriting from list to which func is applied.
Additional arguments to be passed to func.
A character. The name of the function to be called for each element of object.
A character. The formal input argument name through which each element of object is passed to func.
A character. The naming convention for element of the returned list or displayed in print/show calls.