setPars {rodeo} | R Documentation |
Assign Values to Parameters
Description
Assign values to parameters of a rodeo
-based model.
Arguments
x |
A numeric vector or array, depending on the model's spatial
dimensions. Consult the help page of the sister method
|
Value
NULL
(invisible). The assigned numeric data are stored in the
object and can be accessed by the getPars
method.
Note
Look at the notes and examples for the setVars
method.
Author(s)
See Also
The corresponding 'get' method is getPars
. Use
setVars
to assign values to variables rather than parameters.
Consult the help page of the latter function for examples.
[Package rodeo version 0.8.2 Index]