Usage
# S4 method for class 'model'
interpolate(object, ...)
Arguments
- object
model or scenario type of object.
Value
scenario object with enclosed model (slot @model
) and interpolated parameters (slot @modInp
).
Examples
if (FALSE) { # \dontrun{
scen <- interpolate(mod)
} # }