updateData {DSWE} | R Documentation |
updateData
is a generic function to update data in a model.
updateData(object, ...)
object |
A model object |
... |
additional arguments for passing to specific methods |
The returned value would depend on the class of its argument object
.