Description Usage Arguments Value See Also Examples
Sets the slot. Returns the none.
1 2 | ## S4 replacement method for signature 'mcmc'
setStoreS(object) <- value
|
object |
An |
value |
An integer defining the new value for the |
None.
mcmc for the class definition
mcmc()
for the constructor of the mcmc
class
1 2 3 4 | # Generate an mcmc object
f_mcmc <- mcmc()
# Set the slot
setStoreS(f_mcmc) <- as.integer(500)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.