updateData {DSWE} | R Documentation |
Updating data in a model
Description
updateData
is a generic function to update data in a model.
Usage
updateData(object, ...)
Arguments
object |
A model object |
... |
additional arguments for passing to specific methods |
Value
The returned value would depend on the class of its argument object
.
See Also
[Package DSWE version 1.8.2 Index]