HierarchicalData ObjectsA method that updates one arm in a HierarchicalData object with new data.
# S4 method for HierarchicalData
update(object, arm, ..., check = TRUE)The new, updated HierarchicalData object.
(HierarchicalData)
object you want to update.
(string)
name of the arm to update.
arguments passed to the selected arm's update method.
(flag)
whether the validation of the updated object should
be conducted.