Description Usage Arguments Value See Also Examples
Sets a value for the r
slot.
1 2 | ## S4 replacement method for signature 'model'
setR(object) <- value
|
object |
An |
value |
A character defining the distribution. |
The model
object with slot r
set to value
.
model for the class definition
1 2 3 4 | # Generate an default mixture model.
f_model <- model()
# Set the slot.
setR(f_model) <- 1
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.