shared<- | R Documentation |
This function is used to set the shared parameters of a panel pomp object.
shared(object) <- value
object |
an object that contains shared parameters. |
value |
a named numeric vector containing the desired values of the shared parameter vector. |
Jesse Wheeler
panelPomp_methods
prw <- panelRandomWalk()
# set parameters in list form
shared(prw) <- c("sigmaX" = 1, "sigmaY" = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.